This commit is contained in:
iofq 2024-08-21 00:30:13 -05:00
parent b0cd1f6bb8
commit 4ceceff9bf
7 changed files with 22 additions and 30 deletions

View file

@ -17,7 +17,6 @@ with final.pkgs.lib; let
mkNeovim = pkgs.callPackage ./mkNeovim.nix { inherit pkgs-wrapNeovim; };
all-plugins = with pkgs.vimPlugins; [
aerial-nvim
cmp-buffer
cmp-cmdline
cmp-nvim-lsp
@ -98,7 +97,6 @@ with final.pkgs.lib; let
gopls
lua-language-server
nil
phpactor
python312Packages.jedi-language-server
# debuggers
@ -115,6 +113,10 @@ in {
plugins = all-plugins;
appName = "nvim";
extraPackages = basePackages;
ignoreConfigRegexes = [
"*/lsp.lua"
"*/debug.lua"
];
};
nvim-luarc-json = final.mk-luarc-json {