Add config option to follow buffer directory

This commit is contained in:
Akin Sowemimo
2020-05-18 22:00:43 +01:00
committed by kiyan42
parent 5fcbc21edb
commit 9201d123fd
2 changed files with 11 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ augroup LuaTree
au BufEnter * :LuaTreeFindFile
endif
au BufEnter * lua require'tree'.navigate_to_buffer_dir()
au ColorScheme * lua require'tree'.reset_highlight()
augroup end