Use Linux system packages for neovim python integration
This commit is contained in:
parent
30e28dc319
commit
ab96a7d8c6
@ -1,7 +1,11 @@
|
||||
---
|
||||
- name: install homebrew packages
|
||||
homebrew:
|
||||
name: neovim
|
||||
name:
|
||||
- neovim
|
||||
state: latest
|
||||
|
||||
- set_fact:
|
||||
neovim_pip_packages: '{{neovim_pip_packages + ["pynvim"]}}'
|
||||
|
||||
- include_tasks: Unix.yaml
|
||||
|
@ -10,7 +10,9 @@
|
||||
- name: install apt package
|
||||
become: true
|
||||
apt:
|
||||
name: neovim
|
||||
name:
|
||||
- neovim
|
||||
- python3-neovim
|
||||
state: latest
|
||||
|
||||
- include_tasks: Unix.yaml
|
||||
|
@ -1,8 +1,10 @@
|
||||
---
|
||||
- name: install yum package
|
||||
- name: install dnf package
|
||||
become: true
|
||||
yum:
|
||||
name: neovim
|
||||
dnf:
|
||||
name:
|
||||
- neovim
|
||||
- python3-neovim
|
||||
state: latest
|
||||
|
||||
- include_tasks: Unix.yaml
|
||||
|
@ -8,8 +8,6 @@
|
||||
dest: '{{vim_config_dir}}'
|
||||
version: master
|
||||
|
||||
# TODO: - name: set repo email
|
||||
|
||||
- name: install pip packages
|
||||
pip:
|
||||
name: '{{neovim_pip_packages}}'
|
||||
|
@ -3,6 +3,5 @@ neovim_pip_packages:
|
||||
- cmake-language-server
|
||||
- cmakelint
|
||||
- compdb
|
||||
- pynvim
|
||||
- vim-vint
|
||||
- yamllint
|
||||
|
Loading…
x
Reference in New Issue
Block a user