Update console configuration
This commit is contained in:
parent
05beb0ece3
commit
3094ca8ce7
9 changed files with 61 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
PATH: '{{ ansible_env.HOME }}/.local/bin:{{ ansible_env.PATH }}'
|
||||
when: ansible_distribution == "Debian"
|
||||
|
||||
- name: install default coc.nvim python packages # noqa 301
|
||||
- name: install default coc.nvim python packages
|
||||
command: 'poetry install'
|
||||
args:
|
||||
chdir: '{{ ansible_env.HOME }}/.local/lib/coc'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue