From 9f8298160256fff7d780230b548f4088bc8361f1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 23 Jun 2022 10:02:30 +0200 Subject: [PATCH] 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. --- home/vim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/vim/default.nix b/home/vim/default.nix index 22268d3..e803d00 100644 --- a/home/vim/default.nix +++ b/home/vim/default.nix @@ -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