dotfiles/meta/tasks/nvim.yaml
2021-02-21 01:15:09 +01:00

11 lines
287 B
YAML

- link:
${HOME}/.config/nvim:
path: conf.d/nvim
- 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