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

1276 commits

Author SHA1 Message Date
Heitor Augusto
3e669baf95 plugins/mini-sessions: init 2025-11-02 12:37:50 +00:00
Heitor Augusto
854c8adc6a plugins/mini-pick: init 2025-11-02 12:37:21 +00:00
Heitor Augusto
9ada504246 plugins/mini-operators: init 2025-11-02 12:36:51 +00:00
Heitor Augusto
86ca2b6785 plugins/mini-notify: init 2025-11-02 12:36:20 +00:00
Heitor Augusto
e2fa3f656c plugins/mini-move: init 2025-11-02 12:35:54 +00:00
Heitor Augusto
b3a2ae0725 plugins/mini-misc: init 2025-11-02 12:35:20 +00:00
Heitor Augusto
3cd7113aa3 plugins/mini-jump: init 2025-11-02 12:34:32 +00:00
Heitor Augusto
f195e33607 plugins/mini-hues: init 2025-11-02 12:33:24 +00:00
Heitor Augusto
4cc7ab6c6a plugins/mini-indentscope: init 2025-11-02 12:32:59 +00:00
Heitor Augusto
7ce22bba75 plugins/mini-files: init 2025-11-02 12:32:37 +00:00
Heitor Augusto
73a0f058fe plugins/mini-doc: init 2025-11-02 12:32:08 +00:00
Heitor Augusto
b275b3a3c3 plugins/mini-completion: init 2025-11-02 12:31:24 +00:00
Heitor Augusto
2d9f021430 plugins/mini-comment: init 2025-11-02 12:31:02 +00:00
Heitor Augusto
5026bfcaa1 plugins/mini-clue: init 2025-11-02 12:27:53 +00:00
Heitor Augusto
ad3f508f7b plugins/mini-basics: init 2025-11-02 12:27:25 +00:00
Heitor Augusto
deacccdecd plugins/mini-animate: init 2025-11-02 12:27:03 +00:00
Heitor Augusto
5fac3a31de plugins/mini-bracketed: init 2025-11-02 09:56:38 +00:00
Loïc Reynier
89ae127134 colorschmes/vscode: drop settingsOptions, add settingsExample 2025-10-29 10:23:59 +00:00
Heitor Augusto
3dd024dc2c plugins/showkeys: init 2025-10-28 23:10:14 +00:00
Michael Goldberger
416de18306 modules/clipboard: add pbcopy clipboard provider 2025-10-27 21:42:13 +00:00
Gaetan Lepage
24d2ac2373 plugins/venv-selector: init 2025-10-25 23:03:00 +00:00
Gaetan Lepage
bbc36c53c7 Revert "tests: disable yamlfix (build failure)"
This reverts commit 0892bc7ce6.
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
c4caa5f75b tests/plugins/compiler: disable runNvim (unconditional warning)
https://github.com/stevearc/overseer.nvim/pull/448
2025-10-24 22:58:53 +00:00
Gaetan Lepage
0892bc7ce6 tests: disable yamlfix (build failure)
fixed in https://github.com/NixOS/nixpkgs/pull/455238
2025-10-24 22:58:53 +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
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
Fovir
a3792ed5fd plugins/cybu: init 2025-10-23 22:54:19 +00:00
Gaetan Lepage
f6d91b87e3 plugins/fff: init 2025-10-23 07:57:38 +00:00
Gaetan Lepage
a9e6972297 tests/plugins/sidekick: update defaults 2025-10-22 17:03:05 +00:00
Gaetan Lepage
a016f50ba3 tests/{all-package-defaults,none-ls}: disable haxe
Its dependency `mbedtls` is marked as insecure
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
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
Gaetan Lepage
0d7375b6b7 plugins/treesitter-refactor: migrate to mkNeovimPlugin 2025-10-19 20:29:49 +00:00
Axel Karjalainen
f8c32d1094 plugins/eyeliner: init 2025-10-18 18:37:13 +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
Gaetan Lepage
5275e258bf plugins/wilder: migrate to mkNeovimPlugin 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
Gaetan Lepage
d5f23804b4 plugins/gitlinker: migrate to mkNeovimPlugin 2025-10-13 07:38:56 +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
Matt Sturgeon
2414e8e99f modules/lsp: auto-import per-server custom modules
Adding a module in the following places will import the module into that
specific server's submodule.

This allows creating server-specific options.

Added a test case to ensure all custom modules correspond to an actual
server option to avoid accidental dead code.
2025-10-10 14:11:54 +00:00
Matt Sturgeon
9f336d2d71 modules/lsp: rename server settingsconfig
See RFC: https://github.com/nix-community/nixvim/issues/3745

This effectively reverts 21688b1d2a
2025-10-09 15:31:01 +00:00