Fix youcompleteme output file path
This commit is contained in:
2
user.yml
2
user.yml
@@ -316,7 +316,7 @@
|
|||||||
cd ~/.local/share/nvim/plugged/YouCompleteMe/
|
cd ~/.local/share/nvim/plugged/YouCompleteMe/
|
||||||
python3 ./install.py --force-sudo
|
python3 ./install.py --force-sudo
|
||||||
args:
|
args:
|
||||||
creates: "{{ lookup('fileglob', '~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.*so') }}"
|
creates: '~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.cpython-38-x86_64-linux-gnu.so'
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: firefox - create chrome directory
|
- name: firefox - create chrome directory
|
||||||
|
|||||||
Reference in New Issue
Block a user