Use working headless PackerSync command, will try to add changed_when later

This commit is contained in:
flyingscorpio@clevo 2022-07-30 09:14:44 +02:00
parent 3e38443155
commit 08b6898b32

View file

@ -77,6 +77,5 @@
dest: ~/.config/nvim/
- name: Run PackerSync
command:
cmd: vim +'autocmd User PackerComplete quitall' +PackerSync #TODO: make this work
stdin: '\n' # On error needs user input to continue
command: nvim --headless -c 'autocmd User PackerComplete quitall' -c PackerSync
#TODO: add changed when