vimPlugins.neorg: add test

This commit is contained in:
Gaetan Lepage 2024-09-28 23:36:14 +02:00 committed by Gaétan Lepage
parent 365046188f
commit d7b94e3520

View File

@ -1232,7 +1232,12 @@ in
dependencies = with self; [ plenary-nvim ];
};
neorg = neovimUtils.buildNeovimPlugin { luaAttr = luaPackages.neorg; };
neorg = neovimUtils.buildNeovimPlugin {
luaAttr = luaPackages.neorg;
doInstallCheck = true;
nvimRequireCheck = "neorg";
};
neotest = super.neotest.overrideAttrs {
dependencies = with self; [ nvim-nio plenary-nvim ];