nix-config/modules/home/vim
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
..
after home: vim: highlight over-extended commit subjects 2025-04-22 13:15:04 +00:00
autoload home: create 'modules/home' folder 2023-11-11 18:12:05 +00:00
ftdetect home: vim: remove redundant ftdetect files 2024-05-24 14:39:55 +01:00
lua/ambroisie home: vim: lua: lsp: configure inlay hints 2025-05-03 13:56:12 +01:00
plugin home: vim: lspconfig: use native configuration 2025-10-03 12:18:42 +00:00
default.nix home: vim: telescope: remove LSP handlers 2025-07-11 14:27:51 +00:00
init.vim home: vim: use default 'diffopt:linematch' 2025-04-03 22:04:44 +01:00