Added editorconfig plugin
This commit is contained in:
parent
13d2ebcdde
commit
f83042acfd
3 changed files with 5 additions and 5 deletions
|
|
@ -55,8 +55,6 @@ Plug 'godlygeek/tabular'
|
|||
" Some auto-complete for haskell
|
||||
Plug 'neovimhaskell/haskell-vim'
|
||||
|
||||
Plug 'vmchale/ion-vim'
|
||||
|
||||
Plug 'Chiel92/vim-autoformat'
|
||||
|
||||
Plug 'leafoftree/vim-vue-plugin'
|
||||
|
|
@ -65,4 +63,6 @@ Plug 'othree/javascript-libraries-syntax.vim'
|
|||
|
||||
Plug 'udalov/kotlin-vim'
|
||||
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
|
||||
call plug#end()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue