From 97785a38aeed1853f06447bf33bc0c92e5b6ba0f Mon Sep 17 00:00:00 2001 From: kiyan42 Date: Sun, 26 Apr 2020 19:18:34 +0200 Subject: [PATCH] fix readme --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 148191d6..53d76545 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ## Notice -- I am working on this plugin to learn lua, neovim's api and create a file explorer with features i need. - This plugin does not work on windows. ## Install @@ -49,11 +48,9 @@ nnoremap :LuaTreeToggle nnoremap r :LuaTreeRefresh nnoremap n :LuaTreeFindFile -" a list of highlight groups is available at :help nvim-tree-highlight -" example configuration: set termguicolors " this variable must be enabled for colors to be applied properly -" a list of groups can be found in `:help lua_tree_highlight` +" a list of groups can be found at `:help lua_tree_highlight` highlight LuaTreeFolderName guibg=cyan gui=bold,underline highlight LuaTreeFolderIcon guibg=blue ``` @@ -90,10 +87,6 @@ highlight LuaTreeFolderIcon guibg=blue ## TODO -### Perf / Fixes - Tree creation could be async -- refactor all `system` call to `libuv` functions, with better error management - -### Features +- bufferize tree - better default colors (use vim highlight groups) -- bufferize leafs of node being closed so when opening again the node, we open every directory that was previously open