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:
parent
3eb1dc086b
commit
9f82981602
|
@ -62,6 +62,7 @@ in
|
||||||
git-messenger-vim # A simple blame window
|
git-messenger-vim # A simple blame window
|
||||||
|
|
||||||
# LSP and linting
|
# LSP and linting
|
||||||
|
nvim-lspconfig # Easy LSP configuration
|
||||||
lsp_lines-nvim # Show diagnostics *over* regions
|
lsp_lines-nvim # Show diagnostics *over* regions
|
||||||
null-ls-nvim # LSP integration for linters and formatters
|
null-ls-nvim # LSP integration for linters and formatters
|
||||||
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) # Better highlighting
|
(nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) # Better highlighting
|
||||||
|
|
Loading…
Reference in a new issue