Remove errored '-' before yml keyword
This commit is contained in:
parent
316a1fc100
commit
ff305e2d75
1 changed files with 6 additions and 6 deletions
12
configs.yml
12
configs.yml
|
@ -432,12 +432,12 @@ neovim:
|
||||||
- depend:
|
- depend:
|
||||||
- vim
|
- vim
|
||||||
- install:
|
- install:
|
||||||
- arch:
|
arch:
|
||||||
- python-pynvim
|
- python-pynvim
|
||||||
- debian:
|
debian:
|
||||||
- python3-pynvim
|
- python3-pynvim
|
||||||
- both:
|
both:
|
||||||
- neovim
|
- neovim
|
||||||
- run:
|
- run:
|
||||||
command: pip install -U neovim --user
|
command: pip install -U neovim --user
|
||||||
condition: debian
|
condition: debian
|
||||||
|
|
Loading…
Add table
Reference in a new issue