diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:08:10 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-06-24 17:08:10 +0100 |
commit | 4f474e3cf7187a0605343167f32bfcb2b8fe4e4d (patch) | |
tree | 58a623f47e2778b32136bba434db9e2db9da50be /Editor/vimrc | |
parent | ef726ab06c57da6961785b4688975aded540a0d1 (diff) | |
download | dotfiles-4f474e3cf7187a0605343167f32bfcb2b8fe4e4d.tar.gz dotfiles-4f474e3cf7187a0605343167f32bfcb2b8fe4e4d.tar.bz2 dotfiles-4f474e3cf7187a0605343167f32bfcb2b8fe4e4d.zip |
Add goyo and fugitive vim addons
Diffstat (limited to 'Editor/vimrc')
-rw-r--r-- | Editor/vimrc | 2 |
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' |