dotfiles/meta/tasks/nvim.yaml

12 lines
314 B
YAML

- link:
${HOME}/.config/nvim:
glob: true
path: conf.d/nvim/*
- shell:
- command: '/usr/bin/env 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