refactor: move lsp-config

This commit is contained in:
Moritz Böhme 2024-02-16 11:02:46 +01:00
parent 66cbbaa4ba
commit 71fe796589
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 4 additions and 16 deletions

View file

@ -98,7 +98,10 @@ with builtins;
lazy = false;
}
{
plugin = nvim-lspconfig;
plugin = pkgs.vimPlugins.nvim-lspconfig.overrideAttrs (_: {
version = lib.my.mkVersionInput inputs.nvim-lspconfig;
src = inputs.nvim-lspconfig;
});
event = [ "BufRead" "BufNewFile" ];
conf = readFile ./lua/nvim-lspconfig.lua;
dependencies = [