Remove hdl_checker pip install for vim, was interfering with pygls for jedi lsp
This commit is contained in:
parent
1c541349ac
commit
4f799d3ca9
1 changed files with 0 additions and 7 deletions
|
@ -112,10 +112,3 @@
|
||||||
stdin: '\n' # On error needs user input to continue
|
stdin: '\n' # On error needs user input to continue
|
||||||
# TODO: changed_when
|
# TODO: changed_when
|
||||||
changed_when: false
|
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"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue