some refacto and start adding file creation/removal..
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user