home: vim: add 'nvim-lspconfig'
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
e5b82f0902
commit
89934f5043
|
@ -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…
Reference in a new issue