nix-config/modules/home/vim/plugin
Bruno BELANYI 62533d435b home: vim: lspconfig: use native configuration
The `nvim-lspconfig` "framework" is being deprecated to use the native
`vim.lsp.config` and `vim.lsp.enable` functionality.

I _could_ remove the `is_executable` checks, as native LSP handling does
_not_ loudly error out when enabling a server which isn't executable.
However I think `:LspInfo` is more readable if I don't.
2025-10-03 12:18:42 +00:00
..
settings home: vim: lspconfig: use native configuration 2025-10-03 12:18:42 +00:00
abbreviations.lua home: create 'modules/home' folder 2023-11-11 18:12:05 +00:00
numbertoggle.lua home: vim: numbertoggle: remove 'TermOpen' event 2025-04-14 10:20:02 +00:00
signtoggle.lua home: vim: signtoggle: only show signs if 'number' 2025-04-14 10:24:33 +00:00