@ -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"