add python lsp
This commit is contained in:
parent
7f15b53b63
commit
e01550c140
5 changed files with 69 additions and 2 deletions
|
@ -40,3 +40,7 @@
|
|||
copy:
|
||||
src: "{{ role_path }}/files/lua/"
|
||||
dest: ~/.config/nvim/lua
|
||||
- name: Install python-lsp-server
|
||||
pip:
|
||||
name:
|
||||
- "python-lsp-server[all]"
|
||||
|
|
Reference in a new issue