mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
bugfixes
This commit is contained in:
parent
b0cd1f6bb8
commit
4ceceff9bf
7 changed files with 22 additions and 30 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue