🎨 add editorconfig plug

This commit is contained in:
Daniel Thoren 2022-03-30 16:34:31 +02:00 committed by GitHub
parent dc6c9ed803
commit 72c1b4f607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ Plug 'vimwiki/vimwiki'
Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-commentary'
Plug 'ap/vim-css-color'
Plug 'editorconfig/editorconfig-vim' " editor-config extension for vim
" Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under the cursor
call plug#end()