Added editorconfig plugin

This commit is contained in:
Jef Roosens 2021-05-02 16:06:54 +02:00
parent 13d2ebcdde
commit f83042acfd
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 5 additions and 5 deletions

View file

@ -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()