Commit graph

473 commits

Author SHA1 Message Date
Austin Horstman
52c68b4da4 plugins/claude-code: add claude-code dependency 2025-05-08 10:35:31 +02:00
Austin Horstman
b17c801f2e plugins/claude-code: init module 2025-05-08 10:35:31 +02:00
Matt Sturgeon
5c52e8f9e4
plugins.lsp: alias onAttach to new lsp.onAttach
This simplifies the impl by doing global on-attach logic in a
`LspAttach` autocmd instead of adding lua lines to each server's
individual `on_attach` callback.

This is effectively a `mkAliasOptionModule` alias, other than the alias
only being applied when `plugins.lsp.enable`.
2025-05-07 14:51:45 +01:00
Matt Sturgeon
c26f5c2e31 plugins/lsp-format: use lsp.onAttach instead of an autoCmd 2025-05-06 14:08:03 +01:00
Jeremy Fleischman
64cd675ece
Port lsp-format to use non-deprecated setup instructions
Upstream still documents the now-deprecated
`require("lspconfig").<name>.setup` mechanism. I believe the modern
alternative is to register a `LspAttach` autocmd. For more context, see:

- https://github.com/lukas-reineke/lsp-format.nvim/issues/98
- https://github.com/lukas-reineke/lsp-format.nvim/pull/99
2025-05-05 14:13:25 -07:00
Gaetan Lepage
ce5d708018 plugins/blink-copilot: Mention in the description that copilot-lua is enabled by default 2025-05-05 22:11:17 +10:00
Gaetan Lepage
c978122396 plugins/lf: use nestedLiteralLua in settingsExample 2025-05-04 00:03:37 +02:00
Benedikt Peetz
8fcd7f1a92 plugins/lf: init 2025-05-03 22:58:16 +01:00
Johan Larsson
8b3107ad6f plugins/clangd-extensions: adapt to new lsp module
Adapt warnings, default settings, and tests to the new lsp module. Also
change the previous warning, which I think should target the clangd
server directly, and just not `plugins.lsp`, since the clangd server is
necessary for clangd-extensions to function.
2025-05-03 17:21:30 +01:00
Johan Larsson
8523385bd8
plugins/schemastore: adapt to new lsp module
Modify warnings, tests, and default settings to work with the new lsp
module.

Update plugins/by-name/schemastore/default.nix

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>

Update plugins/by-name/schemastore/default.nix

Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
2025-05-03 09:43:04 +02:00
Johan Larsson
4b27678512 plugins/iron: init
Update plugins/by-name/iron/default.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2025-05-02 23:25:40 +02:00
Gaetan Lepage
98644a34ab plugins/origami: init 2025-05-02 13:52:22 +02:00
Gaetan Lepage
cd30817b21 plugins/tiny-inline-diagnostic: init 2025-05-02 01:48:26 +02:00
Gaetan Lepage
6297f4c01a plugins/vimade: init 2025-05-01 00:40:14 +02:00
Gaetan Lepage
913a3521ab plugins/ident-tools: init 2025-04-30 22:49:38 +02:00
Matt Sturgeon
1df98b6636
modules/diagnostic: rename diagnostic.config -> diagnostic.settings
Follow up to #3226, in line with the decisions made in #3254.
2025-04-30 18:31:17 +01:00
Gaetan Lepage
405a564f3d plugins/actions-preview: init 2025-04-30 19:14:35 +02:00
Matt Sturgeon
e34eaf8395
modules/lsp/server: declare package defaults
Convert the `attrsOf (servers.nix)` option to a freeform submodule.

Declare a `servers.nix` option for each lsp server listed in
`lsp-packages.nix` that has a known nixpkgs package.
2025-04-30 16:53:55 +01:00
Gaetan Lepage
276abde288 plugins/peek: init 2025-04-30 16:27:29 +02:00
Gaetan Lepage
944a316881 plugins/goto-preview: init 2025-04-29 13:52:09 +02:00
Gaetan Lepage
19528509e5 plugins/dial: init 2025-04-29 00:48:55 +02:00
Heitor Augusto
bf276f5223
plugins/lspconfig: add HeitorAugustoLN as a maintainer 2025-04-28 15:09:18 -03:00
Matt Sturgeon
556eb29548
plugins/lspconfig: init
A simplified replacement for `plugins.lsp`.

Eventually, once the `lsp` and `plugins.lspconfig` modules are mature,
`plugins.lsp` will be deprecated and/or aliased.
2025-04-28 18:54:04 +01:00
Stanislav Asunkin
775e4d8856 plugins/luasnip: remove redundant jsregexp dependency
This dependency is already handled by nixpkgs.
2025-04-28 18:06:13 +03:00
Gaetan Lepage
836994b8bc plugins/telescope/extensions: use mkExtension's dependencies parameter 2025-04-28 02:04:15 +02:00
Gaetan Lepage
436fd243cf plugins/telescope: add dependencies parameter for mkExtension 2025-04-28 02:04:15 +02:00
Gaetan Lepage
1a64636839 plugins: use mk{Neovim,Vim}Plugin's dependencies parameter 2025-04-28 02:04:13 +02:00
Gaetan Lepage
89c94d9ea7 plugins/telescope/media-files: use the top-level dependencies option 2025-04-27 11:28:18 +02:00
Gaetan Lepage
0a301a428a plugins/telescope/media-files: remove old rename warnings 2025-04-27 10:03:31 +02:00
Matt Sturgeon
6c73350557
modules/diagnostic: rename diagnostics -> diagnostic.config
Currently we represent `vim.diagnostic.config()` as a top-level
`diagnostics` option. This means we have no clear namespace for
(e.g.) `vim.diagnostic.<action>` keymap functions.
2025-04-26 20:09:23 +01:00
Gaetan Lepage
70a9a0d4c1 plugins/none-ls: add package for opentofu_validate 2025-04-22 12:16:02 +00:00
Gaetan Lepage
490bb4e2bd plugins/lilypond-suite: init 2025-04-20 23:59:36 +02:00
Austin Horstman
cf141c07a8 plugins/deprecations: move codeium enable option renames to top level deprecations
Causes our checks to fail to have the rename alias done in the module
themselves..
2025-04-20 07:55:12 +10:00
Austin Horstman
7f4efe62e0 plugins/windsurf-vim: rename codeium-vim
Rename plugin, use new packpathname, and update deprecations to point
from old name to new name.
2025-04-20 07:55:12 +10:00
Austin Horstman
1971ec5b2b plugins/windsurf-nvim: rename codeium-nvim
Rename plugin, use new packpathname, and update deprecations to point
from old name to new name.
2025-04-20 07:55:12 +10:00
0x5a4
85c99eaeba plugins/spider: include luautf8 2025-04-19 19:18:03 +02:00
Timur Gruzdev
500b56f023 Typo fix at blink-cmp 2025-04-17 09:29:25 +02:00
AsbjornOlling
d4dada282a plugins/molten: add ipykernel python dependency 2025-04-15 22:40:28 +01:00
Gaetan Lepage
0bdc32e331 plugins/supermaven: init
Co-authored-by: Po Co <polniolino@gmail.com>
2025-04-15 22:40:13 +01:00
myval
ee9655637c plugins/zk: add snacks_picker 2025-04-15 00:31:43 +02:00
Gaetan Lepage
d15f5e6f42 plugins/codeium-nvim: use dependencies 2025-04-14 01:59:04 +02:00
Gaetan Lepage
5cacff2368 plugins/codeium-nvim: remove settings options 2025-04-14 01:23:52 +02:00
Gaetan Lepage
b823b70199 plugins/codeium-nvim: move deprecations to dedicated file 2025-04-14 01:23:52 +02:00
Gaetan Lepage
327d491936 plugins/parrot: init 2025-04-14 07:39:40 +10:00
Matt Sturgeon
2ecd643311
plugins/treesitter: cleanup build-grammar deps impl 2025-04-12 04:34:16 +01:00
Matt Sturgeon
b2e8409b64
plugins/treesitter: fix treesitterPackage deprecation warning
`dependencies.treesitter` should be `dependencies.tree-sitter`.
2025-04-12 04:15:34 +01:00
Kasper Seweryn
e537d4a6b4 plugins/whichpy: init 2025-04-11 16:52:33 +02:00
Gaetan Lepage
e9a85eed8b plugins/jdtls: allow rawLua in settings.cmd 2025-04-12 00:28:32 +10:00
Gaetan Lepage
e83c7fc2e7 plugins/minuet: init 2025-04-12 00:20:25 +10:00
hansemschnokeloch
07b7f67aba
plugins/codecompanion: fix broken upstream link 2025-04-11 14:31:05 +02:00