mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-06 15:08:41 +00:00
Don't allow CHADtree to change what it points to
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user