dotfiles/meta/tasks/nvim.yaml

12 lines
306 B
YAML
Raw Normal View History

2021-02-19 12:14:51 +00:00
- link:
2021-02-19 17:58:08 +00:00
${HOME}/.config/nvim:
2021-02-21 23:13:00 +00:00
glob: true
path: conf.d/nvim/*
2021-02-19 12:14:51 +00:00
- shell:
2021-02-19 17:58:08 +00:00
- command: '/bin/bash -c "$(which nvim) -es -u ${HOME}/.config/nvim/init.vim -i NONE -c PlugInstall -c qa || true"'
2021-02-19 12:14:51 +00:00
stdout: true
stdin: true
2021-02-19 22:23:31 +00:00
stderr: true
2021-02-19 12:14:51 +00:00
description: Installing Nvim plugins