dotfiles/config/automatrop/roles/vim/handlers/main.yml

6 lines
145 B
YAML
Raw Normal View History

- name: Upgrade Neovim plugins
command: "nvim +PlugUpgrade +PlugUpdate +PlugInstall +qall"
failed_when: no
listen: neovim plugins changed