From 72c1b4f6078497371f26d2d17c4d5dd44675c9a0 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 30 Mar 2022 16:34:31 +0200 Subject: [PATCH] :art: add editorconfig plug --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index b8711c8..d7208f0 100644 --- a/init.vim +++ b/init.vim @@ -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()