Install configured lsp servers
This commit is contained in:
parent
5f3cdb3efb
commit
52a8bc8a7f
1 changed files with 11 additions and 0 deletions
|
|
@ -23,6 +23,17 @@
|
||||||
- neovim
|
- neovim
|
||||||
- pynvim
|
- pynvim
|
||||||
|
|
||||||
|
- name: install language servers
|
||||||
|
become: true
|
||||||
|
npm:
|
||||||
|
name: '{{ item }}'
|
||||||
|
global: true
|
||||||
|
loop:
|
||||||
|
- pyright
|
||||||
|
- ansible-language-server
|
||||||
|
- yaml-language-server
|
||||||
|
- typescript-language-server
|
||||||
|
|
||||||
- name: remove old neovim configuration file
|
- name: remove old neovim configuration file
|
||||||
file:
|
file:
|
||||||
path: '{{ xdg_config_dir }}/nvim/init.vim'
|
path: '{{ xdg_config_dir }}/nvim/init.vim'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue