mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
configuration: switch default file-tree to neo-tree
This commit is contained in:
parent
590cd886f4
commit
c7edc3b645
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ isMaximal: {
|
||||||
snippets.luasnip.enable = true;
|
snippets.luasnip.enable = true;
|
||||||
|
|
||||||
filetree = {
|
filetree = {
|
||||||
nvimTree = {
|
neo-tree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue