vimPlugins.neorg: add test
This commit is contained in:
parent
365046188f
commit
d7b94e3520
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user