vim: Compile YCM with python3
This commit is contained in:
2
user.yml
2
user.yml
@@ -240,7 +240,7 @@
|
|||||||
- name: compile youcompleteme
|
- name: compile youcompleteme
|
||||||
shell: |
|
shell: |
|
||||||
cd ~/.local/share/nvim/plugged/YouCompleteMe/
|
cd ~/.local/share/nvim/plugged/YouCompleteMe/
|
||||||
./install.py # --go-completer
|
python3 ./install.py # --go-completer
|
||||||
args:
|
args:
|
||||||
creates: ~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.so
|
creates: ~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.so
|
||||||
when: vim_plugins_stdout.stdout_lines|length != 0 or true
|
when: vim_plugins_stdout.stdout_lines|length != 0 or true
|
||||||
|
|||||||
Reference in New Issue
Block a user