dotfiles/meta/tasks/nvim.yaml
2021-02-19 23:23:31 +01:00

12 lines
310 B
YAML

- link:
${HOME}/.config/nvim:
path: conf.d/nvim
relink: true
- shell:
- command: '/bin/bash -c "$(which nvim) -es -u ${HOME}/.config/nvim/init.vim -i NONE -c PlugInstall -c qa || true"'
stdout: true
stdin: true
stderr: true
description: Installing Nvim plugins