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'
|
||||
|
||||
" fzf.vim - Fuzzy finder
|
||||
if !platform#is_windows()
|
||||
Pack 'junegunn/fzf'
|
||||
Pack 'junegunn/fzf.vim'
|
||||
let g:fzf_action = {
|
||||
\ 'ctrl-t': 'tab split',
|
||||
\ 'ctrl-s': 'split',
|
||||
\ 'ctrl-v': 'vsplit'
|
||||
\ }
|
||||
endif
|
||||
Pack 'junegunn/fzf'
|
||||
Pack 'junegunn/fzf.vim'
|
||||
let g:fzf_action = {
|
||||
\ 'ctrl-t': 'tab split',
|
||||
\ 'ctrl-s': 'split',
|
||||
\ 'ctrl-v': 'vsplit'
|
||||
\ }
|
||||
|
||||
Pack 'kbenzie/note.vim'
|
||||
let g:note_directory = '~/Sync/Notes'
|
||||
|
Loading…
x
Reference in New Issue
Block a user