mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:50:05 +08:00
Add the option for setting filetree position (#2015)
This commit is contained in:
parent
b88e9238ec
commit
7c9a90498b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user