aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2019-06-24 17:08:10 +0100
committerVasil Zlatanov <v@skozl.com>2019-06-24 17:08:10 +0100
commit4f474e3cf7187a0605343167f32bfcb2b8fe4e4d (patch)
tree58a623f47e2778b32136bba434db9e2db9da50be
parentef726ab06c57da6961785b4688975aded540a0d1 (diff)
downloaddotfiles-4f474e3cf7187a0605343167f32bfcb2b8fe4e4d.tar.gz
dotfiles-4f474e3cf7187a0605343167f32bfcb2b8fe4e4d.tar.bz2
dotfiles-4f474e3cf7187a0605343167f32bfcb2b8fe4e4d.zip
Add goyo and fugitive vim addons
-rw-r--r--Editor/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Editor/vimrc b/Editor/vimrc
index 0f89509..6dfebc8 100644
--- a/Editor/vimrc
+++ b/Editor/vimrc
@@ -6,6 +6,7 @@ set background=dark
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
+Plugin 'junegunn/goyo.vim'
Plugin 'ervandew/supertab'
Plugin 'vim-scripts/DrawIt'
Plugin 'takac/vim-hardtime'
@@ -16,6 +17,7 @@ Plugin 'tpope/vim-repeat'
"" fancy ass ide stuff
Plugin 'Shougo/deoplete.nvim'
Plugin 'bling/vim-airline'
+Plugin 'tpope/vim-fugitive'
"Plugin 'zchee/deoplete-clang'
""Plugin 'Valloric/YouCompleteMe'
"Plugin 'SirVer/ultisnips'