Commit graph

788 commits

Author SHA1 Message Date
Austin Horstman
d24dd313cf
tests/lazyloading: lazy-load -> lz-n
We will support more, might as well properly organize them.
2024-12-10 10:07:38 -06:00
Austin Horstman
c3f9cb721c
lib/neovim-plugin: refactor mkLazyLoadOption 2024-12-10 10:07:38 -06:00
Austin Horstman
3cfde1554c
lib/neovim-plugin: support lz-n lazy config 2024-12-10 08:28:16 -06:00
Austin Horstman
301868d380
lib/neovim-plugin: support lazy loading luaConfig.content 2024-12-10 08:28:16 -06:00
Austin Horstman
99cb3fb8fc
plugins/dotnet: init 2024-12-09 23:27:45 -06:00
Gaetan Lepage
f2a991ae8c plugins/colorizer: rename, switch to mkNeovimPlugin 2024-12-09 20:23:32 +01:00
Gaetan Lepage
4b5364a66b plugins/persisted: init 2024-12-08 18:30:17 +00:00
Gaetan Lepage
ae78face8d
treewide: format with latest nixfmt 2024-12-06 15:25:27 +00:00
Gaetan Lepage
c6080c206e plugins/copilot-chat: update mappings 2024-12-06 11:23:39 +01:00
Gaetan Lepage
277dbeb607 plugins/codecompanion: init 2024-12-04 23:30:56 +00:00
Austin Horstman
86ff391e9e
plugins/dashboard: better rawLua support for header 2024-11-30 17:47:17 -06:00
Gaetan Lepage
060f4b4c38 plugins/aerial: init 2024-12-01 00:34:27 +01:00
Gaetan Lepage
09dfa035b6 plugins/gitlab: init 2024-11-30 22:38:43 +00:00
Gaetan Lepage
a4e5f69435 tests/codeium-nvim: fix and update tests 2024-11-30 17:37:42 +01:00
Gaetan Lepage
cb0e3a7e40 plugins/efmls-configs: add new formatter kdlfmt to unpackaged 2024-11-30 17:37:42 +01:00
Gaetan Lepage
c39ecbb055 tests/lsp-servers: disable servers relying on EOL dotnet-core-combined 2024-11-30 12:33:56 +01:00
Marcel
05331006a4
plugins/vim-suda: init 2024-11-29 01:08:16 +01:00
Matt Sturgeon
8b19d15482
plugins/lsp: fix enabledServers.extraOptions type merging
Use `attrsOf` instead of `attrs` to ensure recursive merging, otherwise
things like `extraOptions.settings = lib.mkIf` will not be unwrapped by
the module system.
2024-11-26 13:57:40 +00:00
347Online | Katie Janzen
a1c352affc plugins/vim-be-good: init
Integrate the vim-be-good plugin
2024-11-25 17:49:55 -06:00
Wael M. Nasreddine
a81a03a3f5 plugins/vim-colemak: init 2024-11-24 19:57:29 +00:00
Gaetan Lepage
2f71c4250b tests/avante: remove deprecated model option local 2024-11-20 23:51:39 +01:00
Gaetan Lepage
5f0b33710a tests/{efmls-configs,none-ls}: re-enable phpstan test 2024-11-20 23:08:31 +01:00
Gaetan Lepage
7defce3863 tests/{efmls-configs,lsp-servers}: re-enable psalm test 2024-11-20 23:07:45 +01:00
Gaetan Lepage
a773b945fb tests/lsp: ruff_lsp is deprecated, test ruff instead 2024-11-18 09:07:32 +00:00
Gaetan Lepage
e1417016df tests/{lsp-servers,efmls-configs}: disable psalm
https://github.com/NixOS/nixpkgs/pull/356704
2024-11-18 09:07:32 +00:00
Gaetan Lepage
8b77198d49 tests/{none-ls,efmls-configs}: disable phpstan
https://github.com/NixOS/nixpkgs/pull/356691
2024-11-18 09:07:32 +00:00
Gaetan Lepage
909b4f41d7 tests: re-enable lua-language-servers tests on all platforms
This reverts commit 432af78ffd.
2024-11-18 09:07:32 +00:00
bpatel347
5bc3fa6996 plugins/quarto: init
Use neovim-plugin.mkNeovimPlugin and move quarto-nvim to quarto

Rename tests to match convention

Passing tests locally, add required dependencies

Utilize `let` - `in` block

Remove extraPlugins

plugins/quarto: init

plugin/quarto: init

plugins/quarto: init

plugins/quarto: init
2024-11-17 22:51:48 +00:00
bpatel347
7b0df222fc
plugins/kulala: init 2024-11-16 16:43:44 +00:00
Heitor Augusto
46e574d4ea plugins/snacks: init 2024-11-15 12:55:03 +00:00
bpatel347
54f567166d plugins/vim-dadbod-completion: init
plguins/vim-dadbod-completion: Add cmpSource
2024-11-15 09:05:53 +00:00
bpatel347
5dfc9526ef plugins/vim-dadbod-ui: init 2024-11-15 09:05:53 +00:00
bpatel347
d408ffd6b4 plugins/vim-dadbod: init 2024-11-15 09:05:53 +00:00
bpatel347
f2259372fb plugins/neoconf: init
Update maintainers, remove unused pkgs

plugins/neoconf: init

plugins/neoconf: init
2024-11-15 07:27:48 +00:00
Gaetan Lepage
de2a7944d0 plugins/muren: init 2024-11-11 10:24:03 +00:00
Gaetan Lepage
432af78ffd tests/lsp-servers: disable lua-language-server on aarch64-darwin 2024-11-10 23:37:18 +01:00
Balssh
77b495801c plugins/blink-cmp: update configuration 2024-11-07 11:21:23 +00:00
Gaetan Lepage
898246c943 Revert "tests/lsp-servers: disable typescript-language-server on darwin"
This reverts commit 98e8fcdded.
2024-11-06 08:20:18 +01:00
Gaetan Lepage
fefb588c7f Revert "tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux"
This reverts commit 38dd5b07a0.
2024-11-06 08:09:50 +01:00
Gaetan Lepage
3d24cb7261 plugins/fastaction: init 2024-11-05 07:37:44 +00:00
Gaetan Lepage
38dd5b07a0 tests/lsp-servers: disable tests impacted by broken _7zz on x86_64-linux 2024-11-04 10:46:02 +01:00
Gaetan Lepage
e3733a2f27 tests: disable tests impacted by clj-kondo being broken on x86_64-darwin 2024-11-03 16:04:20 +01:00
Gaetan Lepage
98e8fcdded tests/lsp-servers: disable typescript-language-server on darwin 2024-11-03 16:04:18 +01:00
Gaetan Lepage
356896f58d plugins/scrollview: init 2024-11-01 22:17:57 +00:00
Balssh
a4c3ad01cd feat: add blink.nvim 2024-10-28 23:23:49 +02:00
DataHearth
e7356f6be0 plugins/nui: initialize 2024-10-28 19:10:11 +00:00
Austin Horstman
90d7deedc4
noice: migrate to mkNeovimPlugin 2024-10-28 09:47:48 -05:00
Gaetan Lepage
bc5fc9a896 plugins/notebook-navigator: init 2024-10-27 20:44:36 +01:00
Austin Horstman
bb0e3892a2
plugins/typescript-tools: migrate to mkNeovimPlugin 2024-10-26 10:34:56 -05:00
Austin Horstman
029eafd70d
plugins/deprecation: add rust-tools 2024-10-23 11:07:00 -05:00