Update alacritty and nvim (with lvim). Still need some mofications.

This commit is contained in:
Jeff Lance 2023-04-12 14:40:23 +02:00
parent 81597bfcb5
commit 48f6e0cc14

View File

@ -2,6 +2,9 @@
${HOME}/.config/nvim: ${HOME}/.config/nvim:
glob: true glob: true
path: conf.d/nvim/* path: conf.d/nvim/*
${HOME}/.config/lvim:
glob: true
path: conf.d/lvim/*
- shell: - shell:
- command: '/usr/bin/env bash -c "$(which nvim) -es -u ${HOME}/.config/nvim/init.vim -i NONE -c PlugInstall -c qa || true"' - command: '/usr/bin/env bash -c "$(which nvim) -es -u ${HOME}/.config/nvim/init.vim -i NONE -c PlugInstall -c qa || true"'