summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/nvim/init.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim
index 36886ee..9d3977a 100644
--- a/nvim/nvim/init.vim
+++ b/nvim/nvim/init.vim
@@ -22,9 +22,12 @@ Plugin 'tpope/vim-fireplace'
" Syntax highlighting for Rust
Plugin 'wting/rust.vim'
-" Prose in Vim
+" Write with no distractions
Plugin 'junegunn/goyo.vim'
+" .editorconfig file support
+Plugin 'sgur/vim-editorconfig'
+
" Add plugins here
call vundle#end() " required