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 {{{
|
||||||
" format.vim - format with text objects
|
" format.vim - format with text objects
|
||||||
if platform#is_linux()
|
if isdirectory('~/Sandbox/format')
|
||||||
Plug 'git@bitbucket.org:infektor/format.vim.git'
|
|
||||||
else
|
|
||||||
Plug '~/Sandbox/format'
|
Plug '~/Sandbox/format'
|
||||||
|
else
|
||||||
|
Plug 'git@bitbucket.org:infektor/format.vim.git'
|
||||||
endif
|
endif
|
||||||
" }}}
|
" }}}
|
||||||
" text objects {{{
|
" text objects {{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user