From 3fe77852e69f6029a91d171b606be49853e8b501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Wed, 2 Sep 2020 11:30:37 +0200 Subject: [PATCH] Upatded MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .vimrc | 1 + 1 file changed, 1 insertion(+) 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;