diff --git a/.vimrc b/.vimrc index 296f782..2b481d0 100644 --- a/.vimrc +++ b/.vimrc @@ -22,6 +22,7 @@ Plug 'jceb/vim-orgmode' Plug 'tpope/vim-speeddating' Plug 'prettier/vim-prettier', { 'do': 'npm install --force' } Plug 'iamcco/markdown-preview.nvim', { 'do': 'npm install --force' } +Plug 'ycm-core/YouCompleteMe', { 'do': 'python3 install.py --clangd-completer --java-completer'} " Problem with vim-prettier " " git checkout -b test origin/feature/issue-232-add-support-for-prettier-2.x;