nixvim
This commit is contained in:
11
home-manager/nixvim/nvim-tree.nix
Normal file
11
home-manager/nixvim/nvim-tree.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
plugins.nvim-tree = {
|
||||
enable = true;
|
||||
openOnSetup = true;
|
||||
autoReloadOnWrite = true;
|
||||
tab.sync = {
|
||||
close = true;
|
||||
open = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user