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
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue