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:
|
||||
- vim
|
||||
- install:
|
||||
- neovim
|
||||
- python-neovim
|
||||
- arch:
|
||||
- python-neovim
|
||||
- both:
|
||||
- neovim
|
||||
- run:
|
||||
command: pip install -U neovim --user
|
||||
condition: debian
|
||||
- run:
|
||||
- pip install -U neovim-remote --user
|
||||
- symlink:
|
||||
|
|
Loading…
Add table
Reference in a new issue