Use bundled copy of editorconfig-vim if available
This commit is contained in:
parent
ec664fd566
commit
b006557730
2 changed files with 5 additions and 1 deletions
|
@ -36,6 +36,7 @@ colorscheme gruvbox8
|
|||
inoremap jj <Esc>
|
||||
nnoremap <C-t> :Files<CR>
|
||||
|
||||
packadd! editorconfig
|
||||
|
||||
if exists('+belloff')
|
||||
set belloff+=ctrlg
|
||||
|
|
|
@ -16,8 +16,11 @@ minpac#add('prabirshrestha/async.vim')
|
|||
|
||||
minpac#add('lifepillar/vim-gruvbox8')
|
||||
|
||||
if !isdirectory($VIMRUNTIME .. '/pack/dist/opt/editorconfig')
|
||||
minpac#add('editorconfig/editorconfig-vim')
|
||||
endif
|
||||
|
||||
minpac#add('direnv/direnv.vim')
|
||||
minpac#add('editorconfig/editorconfig-vim')
|
||||
minpac#add('godlygeek/tabular')
|
||||
minpac#add('jamessan/vim-gnupg')
|
||||
minpac#add('junegunn/vim-easy-align')
|
||||
|
|
Loading…
Reference in a new issue