Split neovim packages with pip for debian
This commit is contained in:
parent
d230f9c87d
commit
d48be00d3f
1 changed files with 7 additions and 2 deletions
|
@ -416,8 +416,13 @@ neovim:
|
||||||
- depend:
|
- depend:
|
||||||
- vim
|
- vim
|
||||||
- install:
|
- install:
|
||||||
- neovim
|
- arch:
|
||||||
- python-neovim
|
- python-neovim
|
||||||
|
- both:
|
||||||
|
- neovim
|
||||||
|
- run:
|
||||||
|
command: pip install -U neovim --user
|
||||||
|
condition: debian
|
||||||
- run:
|
- run:
|
||||||
- pip install -U neovim-remote --user
|
- pip install -U neovim-remote --user
|
||||||
- symlink:
|
- symlink:
|
||||||
|
|
Loading…
Add table
Reference in a new issue