Remove dev hack for format.vim loading
This commit is contained in:
parent
607157b004
commit
07764831ba
4
vimrc
4
vimrc
@ -56,11 +56,7 @@ let g:gitgutter_sign_column_always = 1
|
||||
|
||||
if has('python')
|
||||
" format.vim - format with text objects
|
||||
if isdirectory(expand('~/Sandbox/format'))
|
||||
Plug '~/Sandbox/format'
|
||||
else
|
||||
Plug 'git@bitbucket.org:infektor/format.vim.git'
|
||||
endif
|
||||
endif
|
||||
|
||||
" vim-textobj-user - library for creating text objects
|
||||
|
Loading…
x
Reference in New Issue
Block a user