add new plugins and updated vimrc
This commit is contained in:
parent
080e433cbd
commit
bf2d082f60
1
plugged/goyo.vim
Submodule
1
plugged/goyo.vim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 5b8bd0378758c1d9550d8429bef24b3d6d78b592
|
1
plugged/nerdtree
Submodule
1
plugged/nerdtree
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 97433edd43f3a4a95c84389bcaafbe7a047cf756
|
1
vimrc
1
vimrc
|
@ -146,6 +146,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||||
Plug 'dracula/vim', { 'as': 'dracula' }
|
Plug 'dracula/vim', { 'as': 'dracula' }
|
||||||
Plug 'fatih/vim-go'
|
Plug 'fatih/vim-go'
|
||||||
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
||||||
|
Plug 'junegunn/goyo.vim'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user