vim: removed GDB, added new version from Vundle
This commit is contained in:
parent
f9dad269e3
commit
1e328b3b57
2 changed files with 1 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95
|
Subproject commit 0765c5c4f485fa111f190e2d7dd89ec9f5b3f554
|
1
.vimrc
1
.vimrc
|
@ -26,7 +26,6 @@ call vundle#begin()
|
||||||
Plugin 'majutsushi/tagbar'
|
Plugin 'majutsushi/tagbar'
|
||||||
Plugin 'mhinz/vim-startify'
|
Plugin 'mhinz/vim-startify'
|
||||||
Plugin 'preservim/nerdtree'
|
Plugin 'preservim/nerdtree'
|
||||||
Plugin 'sakhnik/nvim-gdb'
|
|
||||||
Plugin 'sheerun/vim-polyglot'
|
Plugin 'sheerun/vim-polyglot'
|
||||||
Plugin 'Shougo/deoplete-clangx'
|
Plugin 'Shougo/deoplete-clangx'
|
||||||
Plugin 'Shougo/deoplete.nvim'
|
Plugin 'Shougo/deoplete.nvim'
|
||||||
|
|
Loading…
Reference in a new issue