dotfiles/meta/tasks/nvim.yaml

12 lines
311 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:
path: conf.d/nvim
2021-02-19 12:14:51 +00:00
relink: true
- 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
stderre: true
description: Installing Nvim plugins