fix: export find_file, remove global options, disable follow by default

This commit is contained in:
kiyan42
2020-06-21 12:50:51 +02:00
parent 3bcfc70ea6
commit cf828e0a4b
2 changed files with 3 additions and 8 deletions

View File

@@ -21,12 +21,7 @@ M.Tree = {
bufnr = nil,
winnr = nil,
buf_options = {
'sidescroll=5',
'noswapfile',
'splitbelow',
'noruler',
'noshowmode',
'noshowcmd'
},
win_options = {
relativenumber = false,