Removed YCM from vim plugins

main
Guus van Meerveld 2 years ago
parent eca3fbefc8
commit 5bc3e5b873
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -49,7 +49,7 @@ Plug 'editorconfig/editorconfig-vim'
Plug 'airblade/vim-gitgutter'
Plug 'tpope/vim-fugitive'
Plug 'mattn/emmet-vim'
Plug 'Valloric/YouCompleteMe'
" Plug 'Valloric/YouCompleteMe'
Plug 'mg979/vim-visual-multi'
Plug 'prettier/vim-prettier', { 'do': 'yarn install --frozen-lockfile --production' }
Plug 'sainnhe/sonokai'

@ -30,7 +30,7 @@ case $1 in
;;
install-server)
sudo apt install python3 neovim neofetch cmake curl -y
sudo apt install python3 neovim neofetch cmake curl python3-dev -y
$ROOT/install -c "$DOTFILES/install-server.yaml"
;;