add nvim min

This commit is contained in:
iofq 2024-08-16 02:39:48 -05:00
parent 26575fa66e
commit 85f2c16817
7 changed files with 37 additions and 31 deletions

View file

@ -83,10 +83,9 @@ with final.pkgs.lib; let
yamllint
puppet-lint
gopls
pyright
python312Packages.jedi-language-server
nil
phpactor
golangci-lint
];
in {
nvim-pkg = mkNeovim {
@ -95,6 +94,12 @@ in {
inherit extraPackages;
};
nvim-min-pkg = mkNeovim {
plugins = all-plugins;
appName = "nvim";
extraPackages = [];
};
nvim-luarc-json = final.mk-luarc-json {
plugins = all-plugins;
};