dotfiles/meta/tasks/nvim.yaml
2021-02-19 18:58:08 +01:00

12 lines
311 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
stderre: true
description: Installing Nvim plugins