add new plugins and updated vimrc

This commit is contained in:
Jacob 2017-12-03 23:39:33 +01:00
parent 080e433cbd
commit bf2d082f60
3 changed files with 3 additions and 0 deletions

1
plugged/goyo.vim Submodule

@ -0,0 +1 @@
Subproject commit 5b8bd0378758c1d9550d8429bef24b3d6d78b592

1
plugged/nerdtree Submodule

@ -0,0 +1 @@
Subproject commit 97433edd43f3a4a95c84389bcaafbe7a047cf756

1
vimrc
View File

@ -146,6 +146,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'fatih/vim-go'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'junegunn/goyo.vim'
call plug#end()