home: vim: add 'nvim-lspconfig'

For some reason I had not added it to my plug-in list, but it still
worked until I bumped my inputs.
This commit is contained in:
Bruno BELANYI 2022-06-23 10:02:30 +02:00
parent 3eb1dc086b
commit 9f82981602

View file

@ -62,6 +62,7 @@ in
git-messenger-vim # A simple blame window
# LSP and linting
nvim-lspconfig # Easy LSP configuration
lsp_lines-nvim # Show diagnostics *over* regions
null-ls-nvim # LSP integration for linters and formatters
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) # Better highlighting