Enable fzf plugins on Windows
This commit is contained in:
parent
7e79b97933
commit
2bef425dee
16
vimrc
16
vimrc
@ -140,15 +140,13 @@ Pack 'tpope/vim-jdaddy'
|
|||||||
Pack 'tpope/vim-projectionist'
|
Pack 'tpope/vim-projectionist'
|
||||||
|
|
||||||
" fzf.vim - Fuzzy finder
|
" fzf.vim - Fuzzy finder
|
||||||
if !platform#is_windows()
|
Pack 'junegunn/fzf'
|
||||||
Pack 'junegunn/fzf'
|
Pack 'junegunn/fzf.vim'
|
||||||
Pack '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
|
|
||||||
|
|
||||||
Pack 'kbenzie/note.vim'
|
Pack 'kbenzie/note.vim'
|
||||||
let g:note_directory = '~/Sync/Notes'
|
let g:note_directory = '~/Sync/Notes'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user