Remove hdl_checker pip install for vim, was interfering with pygls for jedi lsp

This commit is contained in:
flyingscorpio@clevo 2022-08-14 09:24:18 +02:00
parent 1c541349ac
commit 4f799d3ca9

View file

@ -112,10 +112,3 @@
stdin: '\n' # On error needs user input to continue
# TODO: changed_when
changed_when: false
- name: Install hdl-checker
pip:
name: hdl-checker
extra_args: --user
register: result
changed_when: "'Running setup.py install for hdl-checker' in result.stdout"