1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
Commit graph

2031 commits

Author SHA1 Message Date
Heitor Augusto
4450d34b4d plugins/conform: fix eval when formatters are not defined 2025-10-27 18:15:53 +00:00
saygo-png
5da3805559 plugins/jupytext: drop settings declarations
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-27 03:03:18 +00:00
saygo-png
25223913bb plugins/jupytext: remove with lib and helpers use
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-27 03:03:18 +00:00
saygo-png
02da36ced8 plugins/jupytext: move jupytext to PATH
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-27 03:03:18 +00:00
Gaetan Lepage
edfb052c7e plugins/alpha: remove old deprecation warning 2025-10-26 12:54:28 +00:00
Gaetan Lepage
24d2ac2373 plugins/venv-selector: init 2025-10-25 23:03:00 +00:00
Gaetan Lepage
9069a2e0a0 Revert "plugins/conform-nvim: disable yamlfix (build failure)"
This reverts commit e243afb59f.
2025-10-25 22:15:37 +00:00
saygo-png
baa99016bc treewide: remove outdated broken package markings
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-24 23:14:15 +00:00
Gaetan Lepage
e243afb59f plugins/conform-nvim: disable yamlfix (build failure)
fixed in https://github.com/NixOS/nixpkgs/pull/455249
2025-10-24 22:58:53 +00:00
Gaetan Lepage
fa8240195a plugins/efmls-configs: migrate to mkNeovimPlugin 2025-10-24 12:33:15 +00:00
Gaetan Lepage
4a274251bf plugins/kiwi: feed settings with a list instead of an unkeyed attrs 2025-10-24 12:27:19 +00:00
Gaetan Lepage
342a6b6c73 plugins/coq-thirdparty: migrate to mkNeovimPlugin 2025-10-24 11:31:11 +00:00
Gaetan Lepage
ecb75f49d1 lib/options (mkSettingsOption): allow more types for settingsOption when no sub-options are explicitly declared 2025-10-24 10:28:17 +00:00
Gaetan Lepage
af57bad10d plugins/treesitter-textobjects: migrate to mkNeovimPlugin 2025-10-24 08:58:30 +00:00
Gaetan Lepage
593e8114cd plugins/efmls-configs: use dependencies for efm-langserver 2025-10-23 23:18:54 +00:00
Gaetan Lepage
c40f1b0fbd plugins/efmls-configs: use the new lsp module 2025-10-23 23:18:54 +00:00
Fovir
a3792ed5fd plugins/cybu: init 2025-10-23 22:54:19 +00:00
Axel Karjalainen
5ddfbdf1c2 treewide(docs): use literalLua instead of __raw in option examples 2025-10-23 08:41:47 +00:00
Gaetan Lepage
5aae2b9fcd plugins/lazy: introduce settings free-form option 2025-10-23 07:57:54 +00:00
Gaetan Lepage
f6d91b87e3 plugins/fff: init 2025-10-23 07:57:38 +00:00
Gaetan Lepage
9a057ef01a plugins/lazy: migrate to mkNeovimPlugin 2025-10-22 21:50:15 +00:00
Gaetan Lepage
429dc19c28 plugins/lazy: remove old deprecation warning 2025-10-22 21:50:15 +00:00
Gaetan Lepage
5ba3eb805b plugins/conform-nvim/packages: mark json_repair as unpackaged
nixpkgs PR to add json-repair:
https://github.com/NixOS/nixpkgs/pull/451895
2025-10-22 17:03:05 +00:00
Gaetan Lepage
73882eb022 plugins/efmls-configs/packages: ZLint -> zlint (upstream rename) 2025-10-22 17:03:05 +00:00
Gaetan Lepage
5b3d21f672 lsp/packages: update list 2025-10-22 17:03:05 +00:00
Saygo
9bbcea0096 plugins/conform-nvim (formatter-packages): mark smlfmt broken on darwin 2025-10-22 17:03:05 +00:00
Gaetan Lepage
f193d4c1fd tests: disable tests using luaformatter (build failure) 2025-10-22 17:03:05 +00:00
Gaetan Lepage
eee1491151 plugins/conform-nvim (formatter-packages): mark hindent as broken 2025-10-22 17:03:05 +00:00
Matt Sturgeon
2fac73b8d4 plugins/tailwind-tools: move deprecation to plugins/deprecation.nix 2025-10-22 02:59:31 +00:00
Vasilis Manetas
b3eeecc57e plugins/tailwind-tools: throw warning when enabling 2025-10-22 01:19:11 +00:00
Mateusz Majewski
5c1be58f6d plugins/schemastore: use the correct LSP configuration keys for the new lsp module
The old lsp module wrapped (in plugins/lsp/language-servers/default.nix)
all configuration of the jsonls and yamlls servers in `json` and `yaml`
keys respectively, so the schemastore module never needed to add those
keys.

However, the new lsp module passes the configuration as-is instead. This
means that the schemastore module must be the one to wrap the
configuration in the `json` and `yaml` keys. Without this, jsonls does
not get its support enabled at all, and yamlls falls back to the
built-in support.
2025-10-19 20:39:35 +00:00
Gaetan Lepage
0d7375b6b7 plugins/treesitter-refactor: migrate to mkNeovimPlugin 2025-10-19 20:29:49 +00:00
Gaetan Lepage
e7952345f5 plugins/treesitter-refactor: remove old deprecation warnings 2025-10-19 20:29:49 +00:00
saygo-png
c89994b0ac treewide: generate JSON instead of Nix
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-19 00:31:33 +00:00
Axel Karjalainen
f8c32d1094 plugins/eyeliner: init 2025-10-18 18:37:13 +00:00
saygo-png
29ec33e1a8 plugins: remove deprecations "after 24.11" or less
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 18:31:00 +00:00
saygo-png
be72c48997 plugins/zig: remove helpers
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 18:31:00 +00:00
saygo-png
aa05adc113 plugins/telescope: minor nit
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 18:31:00 +00:00
saygo-png
e2823e7309 plugins/startup: migrate to mkNeovimPlugin
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 18:29:06 +00:00
saygo-png
250447e138 plugins/treesitter: fix folding option
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 18:25:38 +00:00
saygo-png
f473cee0d0 plugins/telekasten: use nestedLiteralLua
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 01:41:58 +00:00
saygo-png
f7a8a6b521 plugins/telekasten: remove obsolete dependencies
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-18 01:41:58 +00:00
Axel Karjalainen
4c4cac6445 docs: use official names of NixOS, Home Manager and nix-darwin 2025-10-18 00:05:26 +00:00
Gaetan Lepage
5275e258bf plugins/wilder: migrate to mkNeovimPlugin 2025-10-16 12:05:51 +00:00
Gaetan Lepage
f7bd9bbecb plugins/wilder: remove rename warning (2yo)
Added 2023-10-11 in https://github.com/nix-community/nixvim/pull/639
2025-10-16 12:05:51 +00:00
Yury Shvedov
d60696f62d plugins/langmapper: init module
Change-Id: I1caf76d5a6bdd7b1bb9fecfb142a3af1f0b00bd6
2025-10-15 14:30:14 +00:00
saygo-png
32a3fa118d plugins/nvim-osc52: remove module
The plugin is obsolete as the feature provided by it has been added to
Neovim itself.

Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-14 20:15:15 +00:00
Vladislav Grechannik
69d72bb82d plugins/copilot-vim: update nodejs
Copilot-vim started to complain about nodejs being too old
and it recommends to update to 22
2025-10-13 11:03:09 +00:00
Gaetan Lepage
d5f23804b4 plugins/gitlinker: migrate to mkNeovimPlugin 2025-10-13 07:38:56 +00:00
Gaetan Lepage
a830246ed9 plugins/obsidian: drop settings options declarations 2025-10-12 22:09:00 +00:00