vimrc: Added gutentags

This commit is contained in:
Tobias Schmidl 2019-04-03 13:18:46 +02:00 committed by Tobias Schmidl
parent c331883bcf
commit c1fca13f90

1
.vimrc
View file

@ -9,6 +9,7 @@ call vundle#begin()
Plugin 'airblade/vim-gitgutter'
Plugin 'altercation/vim-colors-solarized'
Plugin 'cespare/vim-toml'
Plugin 'ludovicchabant/vim-gutentags'
Plugin 'scrooloose/nerdtree'
Plugin 'sakhnik/nvim-gdb'
Plugin 'suan/vim-instant-markdown'