Python LSP base configuration for Neovim
This commit is contained in:
parent
7f7120914f
commit
6f4d847d16
2 changed files with 8 additions and 1 deletions
|
@ -19,6 +19,10 @@
|
|||
pacman_packages:
|
||||
- python-pipx
|
||||
|
||||
pipx_packages:
|
||||
- poetry
|
||||
- basedpyright
|
||||
|
||||
macos_fish_path: /usr/local/bin/fish
|
||||
arch_fish_path: /usr/bin/fish
|
||||
|
||||
|
@ -51,6 +55,9 @@
|
|||
become: true
|
||||
when: is_arch
|
||||
|
||||
- name: Install pipx packages
|
||||
ansible.builtin.command: pipx install {{ pipx_packages|join(' ') }}
|
||||
|
||||
- name: Set fish as default shell
|
||||
become: true
|
||||
ansible.builtin.user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue