1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +08:00

Add the option for setting filetree position (#2015)

This commit is contained in:
Nikolaus Sucher 2018-09-14 21:21:38 -04:00 committed by Wang Shidong
parent b88e9238ec
commit 7c9a90498b
2 changed files with 3 additions and 2 deletions

View File

@ -481,6 +481,8 @@ let g:spacevim_simple_mode = 0
""
" The default file manager of SpaceVim. Default is 'vimfiler'.
let g:spacevim_filemanager = 'vimfiler'
let g:spacevim_sidebar_direction = ''
""
" The default plugin manager of SpaceVim.
" if has patch 7.4.2071, the default value is dein. Otherwise it is neobundle.

View File

@ -1,6 +1,5 @@
let s:VCOP = SpaceVim#api#import('vim#compatible')
let g:NERDTreeWinPos=get(g:,'NERDTreeWinPos','right')
let g:NERDTreeWinPos=get(g:,'NERDTreeWinPos',spacevim_sidebar_direction)
let g:NERDTreeWinSize=get(g:,'NERDTreeWinSize',31)
let g:NERDTreeChDirMode=get(g:,'NERDTreeChDirMode',1)
augroup nerdtree_zvim