dotfiles/.vimrc

4 lines
80 B
VimL
Raw Normal View History

2022-01-21 11:22:06 -06:00
call plug#begin("~/.vim/plugged")
Plug 'ycm-core/YouCompleteMe'
call plug#end()