feat: rewrite nvimtree configuration and rename nvimTreeLua to nvimTree

WARNING: breaking change - see #109
This commit is contained in:
raf 2023-07-31 13:50:10 +03:00 committed by GitHub
commit f0dffff72e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1432 additions and 594 deletions

View file

@ -113,15 +113,8 @@ inputs: let
};
vim.filetree = {
nvimTreeLua = {
nvimTree = {
enable = true;
renderer = {
rootFolderLabel = null;
};
view = {
width = 25;
cursorline = false;
};
};
};
@ -218,7 +211,7 @@ inputs: let
};
vim.session = {
nvim-session-manager.enable = isMaximal;
nvim-session-manager.enable = false;
};
vim.gestures = {