Enable fzf plugins on Windows
This commit is contained in:
parent
7e79b97933
commit
2bef425dee
2
vimrc
2
vimrc
@ -140,7 +140,6 @@ Pack 'tpope/vim-jdaddy'
|
||||
Pack 'tpope/vim-projectionist'
|
||||
|
||||
" fzf.vim - Fuzzy finder
|
||||
if !platform#is_windows()
|
||||
Pack 'junegunn/fzf'
|
||||
Pack 'junegunn/fzf.vim'
|
||||
let g:fzf_action = {
|
||||
@ -148,7 +147,6 @@ if !platform#is_windows()
|
||||
\ 'ctrl-s': 'split',
|
||||
\ 'ctrl-v': 'vsplit'
|
||||
\ }
|
||||
endif
|
||||
|
||||
Pack 'kbenzie/note.vim'
|
||||
let g:note_directory = '~/Sync/Notes'
|
||||
|
Loading…
x
Reference in New Issue
Block a user