Optionally load ~/Sandbox/format.vim if available
This commit is contained in:
parent
bcea0d1ffd
commit
2eeab947c8
6
vimrc
6
vimrc
@ -43,10 +43,10 @@ Plug 'vim-scripts/vimomni', {'for': ['vim']}
|
||||
" }}}
|
||||
" format {{{
|
||||
" format.vim - format with text objects
|
||||
if platform#is_linux()
|
||||
Plug 'git@bitbucket.org:infektor/format.vim.git'
|
||||
else
|
||||
if isdirectory('~/Sandbox/format')
|
||||
Plug '~/Sandbox/format'
|
||||
else
|
||||
Plug 'git@bitbucket.org:infektor/format.vim.git'
|
||||
endif
|
||||
" }}}
|
||||
" text objects {{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user