dotfiles/.vimrc
2022-01-21 13:18:54 -06:00

4 lines
80 B
VimL

call plug#begin("~/.vim/plugged")
Plug 'ycm-core/YouCompleteMe'
call plug#end()