From 5bc3e5b873d817b537e60760519fee3a98bd59e3 Mon Sep 17 00:00:00 2001 From: Guusvanmeerveld Date: Sat, 11 Jun 2022 17:51:35 +0200 Subject: [PATCH] Removed YCM from vim plugins --- config/init.vim | 2 +- dotfiles | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/init.vim b/config/init.vim index 99ad9ed..78c71b6 100644 --- a/config/init.vim +++ b/config/init.vim @@ -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' diff --git a/dotfiles b/dotfiles index fbd2fc6..c23f527 100755 --- a/dotfiles +++ b/dotfiles @@ -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" ;;