Cleanup vim dictionary syntax
This commit is contained in:
parent
d225180985
commit
1d3d06bf0d
7
vimrc
7
vimrc
@ -127,9 +127,10 @@ if !platform#is_windows()
|
|||||||
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
|
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
let g:fzf_action = {
|
let g:fzf_action = {
|
||||||
\ 'ctrl-t': 'tab split',
|
\ 'ctrl-t': 'tab split',
|
||||||
\ 'ctrl-s': 'split',
|
\ 'ctrl-s': 'split',
|
||||||
\ 'ctrl-v': 'vsplit' }
|
\ 'ctrl-v': 'vsplit'
|
||||||
|
\ }
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Plug 'kbenzie/note.vim'
|
Plug 'kbenzie/note.vim'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user