Remove Youcompleteme and some other stuff

This commit is contained in:
Fabian Ising
2022-02-14 12:48:35 +00:00
parent 1f3b893bbb
commit 1c2e5c9dbc

View File

@@ -31,10 +31,6 @@ Plugin 'ConradIrwin/vim-bracketed-paste'
" Tmux navigation " Tmux navigation
Plugin 'christoomey/vim-tmux-navigator' Plugin 'christoomey/vim-tmux-navigator'
" YouCompleteMe
Plugin 'Valloric/YouCompleteMe'
Plugin 'rdnetto/YCM-Generator'
" Git " Git
Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-fugitive'
@@ -51,18 +47,12 @@ Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets' Plugin 'honza/vim-snippets'
Plugin 'ervandew/supertab' Plugin 'ervandew/supertab'
"Buftabeline
"Plugin 'ap/vim-buftabline'
" Highlight matching xml tags " Highlight matching xml tags
Plugin 'Valloric/MatchTagAlways' Plugin 'Valloric/MatchTagAlways'
"Javascript "Javascript
Plugin 'pangloss/vim-javascript' Plugin 'pangloss/vim-javascript'
" Tex
Plugin 'lervag/vimtex'
"Go "Go
Plugin 'fatih/vim-go' Plugin 'fatih/vim-go'