dotfiles/meta/tasks/nvim.yaml

12 lines
314 B
YAML
Raw Normal View History

2021-02-19 13:14:51 +01:00
- link:
2021-02-19 18:58:08 +01:00
${HOME}/.config/nvim:
2021-02-22 00:13:00 +01:00
glob: true
path: conf.d/nvim/*
2021-02-19 13:14:51 +01:00
- shell:
2021-07-02 15:35:06 +02:00
- command: '/usr/bin/env bash -c "$(which nvim) -es -u ${HOME}/.config/nvim/init.vim -i NONE -c PlugInstall -c qa || true"'
2021-02-19 13:14:51 +01:00
stdout: true
stdin: true
2021-02-19 23:23:31 +01:00
stderr: true
2021-02-19 13:14:51 +01:00
description: Installing Nvim plugins