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
Gaetan Lepage
1c3c90e85c
plugins/obsidian: drop old deprecation warnings
2025-10-12 22:09:00 +00:00
Austin Horstman
dc8dea66e8
plugins/diffview: migrate to mkNeovimPlugin
2025-10-12 05:06:19 +00:00
FKouhai
37451a5882
plugins/coverage: migrate to mkNeovim
2025-10-12 04:08:02 +00:00
saygo-png
92793f84ca
plugins/navbuddy: migrate to mkNeovimPlugin
...
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-10-11 20:45:54 +00:00
Gaetan Lepage
c660702482
plugins/wtf: migrate to mkNeovimPlugin
2025-10-11 16:54:26 +00:00
Gaetan Lepage
2ad8d87e42
plugins/neo-tree: migrate to mkNeovimPlugin
2025-10-11 13:00:53 +00:00
Gaetan Lepage
57eb2a0d15
plugins/neo-tree: remove deprecated automatic web-devicons integration
2025-10-11 13:00:53 +00:00
Gaetan Lepage
25bec79934
plugins/neo-tree: remove old warnings
2025-10-11 13:00:53 +00:00
Matt Sturgeon
9f336d2d71
modules/lsp: rename server settings → config
...
See RFC: https://github.com/nix-community/nixvim/issues/3745
This effectively reverts 21688b1d2a
2025-10-09 15:31:01 +00:00
Gaetan Lepage
57006a3ace
plugins/blame-nvim: rename to blame
2025-10-08 12:41:29 +00:00
Axel Karjalainen
c074710027
plugins/blame-nvim: init
2025-10-07 23:10:36 +00:00
Fovir
a46778cf75
plugins/leetcode: init
2025-10-07 21:59:51 +00:00
Gaetan Lepage
9023e15e60
plugins/kiwi: init
...
Closes #3615
2025-10-07 21:12:23 +00:00
Austin Horstman
9bdedc0510
plugins/ollama: migrate to mkNeovimPlugin
2025-10-06 23:17:22 +00:00
Austin Horstman
a68291151c
plugins/presence: rename module
2025-10-06 21:22:59 +00:00