vim: Remove gutentags

legacy
Simon Bruder 2020-05-14 12:11:34 +02:00
parent 5b96405628
commit c5aa633d29
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ call plug#begin('~/.vim/plugged')
Plug 'MarcWeber/vim-addon-local-vimrc'
Plug 'majutsushi/tagbar'
nmap <F8> :TagbarToggle<CR>
Plug 'ludovicchabant/vim-gutentags'
let g:gutentags_cache_dir='~/.cache/gutentags'
Plug 'SirVer/ultisnips'
let g:UltiSnipsExpandTrigger = '<tab>'
let g:UltiSnipsJumpForwardTrigger = '<tab>'