home: vim: add 'nvim-lspconfig'
All checks were successful
continuous-integration/drone/push Build is passing

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 e5b82f0902
commit 89934f5043

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