some refacto and start adding file creation/removal..

This commit is contained in:
kiyan42
2020-02-09 18:01:31 +01:00
parent d649119146
commit ef6f338cce
5 changed files with 202 additions and 61 deletions

View File

@@ -3,6 +3,9 @@ if exists('g:loaded_tree') | finish | endif
let s:save_cpo = &cpo
set cpo&vim
hi def link LuaTreePopup Normal
hi def LuaTreeEndOfBuffer guifg=bg
command! LuaTree lua require'tree'.toggle()
let &cpo = s:save_cpo