Don't allow CHADtree to change what it points to

This commit is contained in:
Smaug123
2024-03-28 15:26:08 +00:00
parent 77d7d402c3
commit d783fe475e
3 changed files with 59 additions and 5 deletions

View File

@@ -243,7 +243,8 @@
}
{
plugin = nixpkgs.vimPlugins.chadtree;
config = builtins.readFile ./nvim/chadtree.vim;
config = builtins.readFile ./nvim/chadtree.lua;
type = "lua";
}
{
plugin = nixpkgs.vimPlugins.coq_nvim;