add python lsp

This commit is contained in:
Pim Kunis 2023-01-20 22:18:32 +01:00
parent 7f15b53b63
commit e01550c140
5 changed files with 69 additions and 2 deletions

View file

@ -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]"