From 6e8e6382d002334f56d78f498e953d5264e8f49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 14 Nov 2019 10:56:53 +0100 Subject: [PATCH] vim: Compile YCM with python3 --- user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.yml b/user.yml index 84e2528..4be9071 100644 --- a/user.yml +++ b/user.yml @@ -240,7 +240,7 @@ - name: compile youcompleteme shell: | cd ~/.local/share/nvim/plugged/YouCompleteMe/ - ./install.py # --go-completer + python3 ./install.py # --go-completer args: creates: ~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.so when: vim_plugins_stdout.stdout_lines|length != 0 or true