Remove dev hack for format.vim loading

This commit is contained in:
Kenneth Benzie 2017-02-07 21:50:26 +00:00
parent 607157b004
commit 07764831ba

4
vimrc
View File

@ -56,12 +56,8 @@ let g:gitgutter_sign_column_always = 1
if has('python') if has('python')
" format.vim - format with text objects " format.vim - format with text objects
if isdirectory(expand('~/Sandbox/format'))
Plug '~/Sandbox/format'
else
Plug 'git@bitbucket.org:infektor/format.vim.git' Plug 'git@bitbucket.org:infektor/format.vim.git'
endif endif
endif
" vim-textobj-user - library for creating text objects " vim-textobj-user - library for creating text objects
Plug 'kana/vim-textobj-user' Plug 'kana/vim-textobj-user'