Remove nvim plugins

This commit is contained in:
dogeystamp 2021-10-31 15:10:55 -04:00
parent 66617ea73d
commit d1c38e8a03
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -8,7 +8,3 @@ autocmd InsertLeave * hi StatusLine cterm=italic
highlight LineNr ctermfg=grey
highlight EndOfBuffer ctermfg=black ctermbg=black
call plug#begin()
Plug 'ycm-core/youcompleteme'
call plug#end()