This commit is contained in:
2017-06-01 16:19:01 +02:00
parent fd71d6a05c
commit 6f2583e2e7
7 changed files with 104 additions and 121 deletions

View File

@@ -46,19 +46,19 @@ call vundle#begin()
Plugin 'nanotech/jellybeans.vim'
" Super easy commenting, toggle comments etc "
Plugin 'scrooloose/nerdcommenter'
"Plugin 'scrooloose/nerdcommenter'
" Autoclose (, " etc "
" Autoclose
"Plugin 'Townk/vim-autoclose'
" Git wrapper inside Vim "
Plugin 'tpope/vim-fugitive'
"Plugin 'tpope/vim-fugitive'
"Handle surround chars like "
"Plugin 'tpope/vim-surround'
" Vim signs (:h signs) for modified lines based off VCS (e.g. Git) "
Plugin 'mhinz/vim-signify'
"Plugin 'mhinz/vim-signify'
" Finish Vundle stuff "
call vundle#end()