Update console configuration

This commit is contained in:
Sonny Bakker 2021-02-13 22:07:51 +01:00
parent 05beb0ece3
commit 3094ca8ce7
9 changed files with 61 additions and 2 deletions

View file

@ -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'