Split neovim packages with pip for debian

This commit is contained in:
flyingscorpio@arch-desktop 2021-09-25 12:57:05 +02:00
parent d230f9c87d
commit d48be00d3f

View file

@ -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: