Add auto compile to YCM

This commit is contained in:
riley 2021-09-21 23:41:43 -04:00
parent c6e98dc806
commit cfbaef8051
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -52,7 +52,7 @@ call plug#begin('~/.vim/plugged')
Plug 'airblade/vim-gitgutter'
Plug 'preservim/nerdtree'
Plug 'ycm-core/YouCompleteMe'
Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' }
Plug 'chiel92/vim-autoformat'
Plug 'natebosch/vim-lsc'