dotfiles/meta/tasks/nvim.yaml

15 lines
417 B
YAML
Raw Normal View History

2021-02-19 12:14:51 +00:00
- link:
${XDG_CONFIG_HOME}/nvim/:
path: conf.d/nvim/nvim
relink: true
${XDG_CONFIG_HOME}/nvim/init.vim:
path: conf.d/nvim/init.vim
relink: true
- shell:
- command: '/bin/bash -c "$(which nvim) -es -u ${XDG_CONFIG_HOME}/nvim/init.vim -i NONE -c PlugInstall -c qa || true"'
stdout: true
stdin: true
stderre: true
description: Installing Nvim plugins