Remove errored '-' before yml keyword

This commit is contained in:
flyingscorpio@arch-desktop 2021-12-11 23:42:22 +01:00
parent 316a1fc100
commit ff305e2d75

View file

@ -432,12 +432,12 @@ neovim:
- depend:
- vim
- install:
- arch:
- python-pynvim
- debian:
- python3-pynvim
- both:
- neovim
arch:
- python-pynvim
debian:
- python3-pynvim
both:
- neovim
- run:
command: pip install -U neovim --user
condition: debian