From ba3ca687cf6c5b6ae770331eecb57438e44c4973 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Sat, 27 Oct 2018 20:32:03 +0200 Subject: Editorconfig module --- nvim/nvim/init.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nvim') diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim index bd6b57f..9d3977a 100644 --- a/nvim/nvim/init.vim +++ b/nvim/nvim/init.vim @@ -25,6 +25,9 @@ Plugin 'wting/rust.vim' " Write with no distractions Plugin 'junegunn/goyo.vim' +" .editorconfig file support +Plugin 'sgur/vim-editorconfig' + " Add plugins here call vundle#end() " required -- cgit v1.2.3