File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Notice
4
4
5
- - I am working on this plugin to learn lua, neovim's api and create a file explorer with features i need.
6
5
- This plugin does not work on windows.
7
6
8
7
## Install
@@ -49,11 +48,9 @@ nnoremap <C-n> :LuaTreeToggle<CR>
49
48
nnoremap <leader>r :LuaTreeRefresh<CR>
50
49
nnoremap <leader>n :LuaTreeFindFile<CR>
51
50
52
- " a list of highlight groups is available at :help nvim-tree-highlight
53
- " example configuration:
54
51
set termguicolors " this variable must be enabled for colors to be applied properly
55
52
56
- " a list of groups can be found in `:help lua_tree_highlight`
53
+ " a list of groups can be found at `:help lua_tree_highlight`
57
54
highlight LuaTreeFolderName guibg=cyan gui=bold,underline
58
55
highlight LuaTreeFolderIcon guibg=blue
59
56
```
@@ -90,10 +87,6 @@ highlight LuaTreeFolderIcon guibg=blue
90
87
91
88
## TODO
92
89
93
- ### Perf / Fixes
94
90
- Tree creation could be async
95
- - refactor all ` system ` call to ` libuv ` functions, with better error management
96
-
97
- ### Features
91
+ - bufferize tree
98
92
- better default colors (use vim highlight groups)
99
- - bufferize leafs of node being closed so when opening again the node, we open every directory that was previously open
You can’t perform that action at this time.
0 commit comments