vimrc: added toml, nvim-gdb

This commit is contained in:
Tobias Schmidl 2019-03-28 15:39:31 +01:00 committed by Tobias Schmidl
parent 60208f81b8
commit 484df2977a

2
.vimrc
View file

@ -8,7 +8,9 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'airblade/vim-gitgutter'
Plugin 'altercation/vim-colors-solarized'
Plugin 'cespare/vim-toml'
Plugin 'scrooloose/nerdtree'
Plugin 'sakhnik/nvim-gdb'
Plugin 'suan/vim-instant-markdown'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-sleuth'