Skip to content

Commit 97785a3

Browse files
committed
fix readme
1 parent 6979124 commit 97785a3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Notice
44

5-
- I am working on this plugin to learn lua, neovim's api and create a file explorer with features i need.
65
- This plugin does not work on windows.
76

87
## Install
@@ -49,11 +48,9 @@ nnoremap <C-n> :LuaTreeToggle<CR>
4948
nnoremap <leader>r :LuaTreeRefresh<CR>
5049
nnoremap <leader>n :LuaTreeFindFile<CR>
5150
52-
" a list of highlight groups is available at :help nvim-tree-highlight
53-
" example configuration:
5451
set termguicolors " this variable must be enabled for colors to be applied properly
5552
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`
5754
highlight LuaTreeFolderName guibg=cyan gui=bold,underline
5855
highlight LuaTreeFolderIcon guibg=blue
5956
```
@@ -90,10 +87,6 @@ highlight LuaTreeFolderIcon guibg=blue
9087

9188
## TODO
9289

93-
### Perf / Fixes
9490
- Tree creation could be async
95-
- refactor all `system` call to `libuv` functions, with better error management
96-
97-
### Features
91+
- bufferize tree
9892
- 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

0 commit comments

Comments
 (0)