mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:30:05 +08:00
Plugin vimfiler config direction
This commit is contained in:
parent
c4a5d9231a
commit
12db8408ef
@ -8,6 +8,7 @@ let g:vimfiler_tree_closed_icon = get(g:, 'vimfiler_tree_closed_icon', '▷')
|
||||
let g:vimfiler_file_icon = get(g:, 'vimfiler_file_icon', '')
|
||||
let g:vimfiler_readonly_file_icon = get(g:, 'vimfiler_readonly_file_icon', '*')
|
||||
let g:vimfiler_marked_file_icon = get(g:, 'vimfiler_marked_file_icon', '√')
|
||||
let g:vimfiler_direction = get(g:, 'vimfiler_direction', 'rightbelow')
|
||||
"let g:vimfiler_preview_action = 'auto_preview'
|
||||
let g:vimfiler_ignore_pattern = get(g:, 'vimfiler_ignore_pattern', [
|
||||
\ '^\.git$',
|
||||
@ -41,7 +42,7 @@ call vimfiler#custom#profile('default', 'context', {
|
||||
\ 'winminwidth' : 30,
|
||||
\ 'toggle' : 1,
|
||||
\ 'auto_expand': 1,
|
||||
\ 'direction' : 'rightbelow',
|
||||
\ 'direction' : g:vimfiler_direction,
|
||||
\ 'explorer_columns' : s:setcolum(),
|
||||
\ 'parent': 0,
|
||||
\ 'status' : 1,
|
||||
|
Loading…
Reference in New Issue
Block a user