Commit Graph

1310 Commits

Author SHA1 Message Date
Frothy 367320dcd9 docs: add entry for transparency support for oxocarbon 2024-05-23 10:28:06 -04:00
Frothy fc4e471490 theme: add minimal transparency support for oxocarbon 2024-05-23 10:28:04 -04:00
Yoni Firroloni 1061c920be
docs: add quirk about using nodejs (#298)
* doc: add quircks about nodejs

* doc: make shorter sentences
2024-05-23 01:32:12 +00:00
NotAShelf 9bbdb8d48a
docs/manual: add plugins page
This should be helpful for listing known plugin behaviour where the behaviour is undesirable, but also unfixable
2024-05-23 03:27:23 +03:00
NotAShelf f9343f1bc7
statusline/lualine: equalize padding 2024-05-23 03:20:21 +03:00
raf 6624841e63
Merge pull request #283 from horriblename/fix-colorizer
Fix colorizer
2024-05-22 01:22:05 +00:00
Ching Pei Yang 9baebb0d82 colorizer: remove unneeded freeform module 2024-05-21 22:55:54 +02:00
Frothy 2c9a9b4d29
Merge pull request #289 from horriblename/lua-include-empty-attrs
lib: do not filter out empty attrs in toLuaObject
2024-05-21 07:16:03 -04:00
Frothy 68ca227a87 lib: remove alias `lib.warn` 2024-05-21 07:08:17 -04:00
Frothy 69257c03a3 docs: add entry for `__empty` deprecation 2024-05-21 06:55:46 -04:00
Frothy ac20dfbdd4 lib: add deprecation warning for `__empty` 2024-05-21 06:51:56 -04:00
raf 9074b6e5e7
Merge pull request #295 from NotAShelf/dependabot/github_actions/cachix/cachix-action-15
build(deps): bump cachix/cachix-action from 14 to 15
2024-05-21 07:36:16 +00:00
dependabot[bot] 011f662fa0
---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 19:43:05 +00:00
raf f59a915da9
Merge pull request #294 from NotAShelf/smaller-nixpkgs-input
flake: switch to nixos-unstable-small
2024-05-18 21:50:55 +00:00
NotAShelf 60d9ebb3f0
flake: bump plugin inputs 2024-05-19 00:44:13 +03:00
NotAShelf bb06827474
flake: switch to nixos-unstable-small 2024-05-18 16:45:56 +03:00
Ching Pei Yang af72dc105d lib: remove unused __empty special case in toLuaObject 2024-05-18 14:52:40 +02:00
NotAShelf 9d0247c599
statusline/lualine: add a left separator to the `searchcount` component 2024-05-17 19:10:58 +03:00
NotAShelf f0f2c08e9f
lsp/null-ls: use string type for diagnostic format 2024-05-16 19:35:19 +03:00
NotAShelf cfbed8ceb1
modules/wrapper: remove redundant instances of `literalExpression` 2024-05-16 19:13:44 +03:00
NotAShelf 1ce25d7ca3
modules: reorder args 2024-05-16 19:11:39 +03:00
NotAShelf eefc7a9d1d
lsp/null-lsp: allow null-ls options to be configured
This should probably still be converted to setupOpts. Missing docs
2024-05-16 19:11:37 +03:00
NotAShelf 74c94b8a54
flake: fix recursive module alias 2024-05-16 19:11:36 +03:00
raf 74df3a5f03
Merge pull request #292 from jacekpoz/main
languages/ocaml: init
2024-05-16 13:32:44 +00:00
jacekpoz 7224c1e6af
languages/ocaml: add ocaml to maximal config 2024-05-16 14:39:43 +02:00
jacekpoz f343ab8b3a
languages/ocaml: add formatter to nvf's env 2024-05-16 14:25:23 +02:00
jacekpoz 208d1e6741
languages/ocaml: follow other languages' format 2024-05-16 14:25:07 +02:00
NotAShelf 493854e44f
lualine: improve consistency between components; add more diagnostic sources 2024-05-16 07:45:15 +03:00
jacekpoz cc0aba4e21
languages/ocaml: add formatting support 2024-05-15 21:09:46 +02:00
jacekpoz db810bbf9f
languages/ocaml: init 2024-05-15 20:40:15 +02:00
raf 1fd4a2a1b8
Merge pull request #291 from NotAShelf/lualine-refactor
lualine: increase theme compatibility; fix component definitions
2024-05-15 15:38:15 +00:00
NotAShelf 7cafa56cdb
docs: update 0.7 release notes 2024-05-15 13:09:46 +03:00
NotAShelf b5f38b8e5e
lualine: increase theme compatibility; fix component definitions 2024-05-15 13:09:45 +03:00
NotAShelf 355d4830e5
flake: update inputs 2024-05-15 13:09:19 +03:00
Ching Pei Yang 8aa3a23e97 lib: do not filter out empty attrs in toLuaObject 2024-05-12 03:17:04 +02:00
Ching Pei Yang 7d9f1e0481 colorizer: add example 2024-05-12 03:15:04 +02:00
Ching Pei Yang 82e92a56da colorizer: move back to setupOpts 2024-05-12 02:11:59 +02:00
Ching Pei Yang 981fe07075 colorizer: allow null for all options 2024-05-12 01:46:57 +02:00
raf 2615c568f8
Merge pull request #288 from NotAShelf/additional-luafile
wrapper/rc: add vim.extraLuaFiles
2024-05-10 12:37:47 +00:00
NotAShelf 407ecf00d5
wrapper/rc: add `vim.additionaLuafiles`
Allows the user to specify a list of lua files that will be called via `luafile`. All paths
that are passed to this option are checked by `builtins.isPath` so attempting to source paths
that do not exist do not result in a broken Lua configuration.
2024-05-09 00:44:58 +03:00
NotAShelf 7c1a8e2c1e
flake: bump inputs 2024-05-08 23:05:58 +03:00
NotAShelf ea5f229efd
languages/markdown: convert extra ft list to lua table 2024-05-08 00:31:23 +03:00
NotAShelf 41f7abcdc3
languagess/markdown: add missing `config` section 2024-05-08 00:22:12 +03:00
NotAShelf a85bf963e6
CI: don't build tidal output 2024-05-07 23:57:09 +03:00
raf 26755a6b93
Merge pull request #286 from NotAShelf/minor-lang-refactor
modules/languages: minor refactor; add bash formatter
2024-05-07 20:53:35 +00:00
NotAShelf 96b92b5652
configuration.nix: disable nim by default
It is broken on Darwin, and pkgs is not in scope here to check
2024-05-07 15:40:08 +03:00
NotAShelf 544c98a03b
Merge branch 'main' of github.com:NotAShelf/nvf into minor-lang-refactor 2024-05-07 01:04:47 +03:00
NotAShelf e96897f6b3
languages/elixir: readd; format module options 2024-05-07 00:52:33 +03:00
raf 12fd9d69dc
Merge pull request #287 from FrothyMarrow/mappings-fix
plugins/lsp: filter out null mappings
2024-05-06 21:42:22 +00:00
Frothy dc0fa76295 docs: entry for fixed null lsp mappings 2024-05-06 17:01:16 -04:00