PackerSync command still doesn't work
This commit is contained in:
parent
2f5a380eb1
commit
3e38443155
1 changed files with 3 additions and 3 deletions
|
@ -77,6 +77,6 @@
|
||||||
dest: ~/.config/nvim/
|
dest: ~/.config/nvim/
|
||||||
|
|
||||||
- name: Run PackerSync
|
- name: Run PackerSync
|
||||||
command: "nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'"
|
command:
|
||||||
register: result
|
cmd: vim +'autocmd User PackerComplete quitall' +PackerSync #TODO: make this work
|
||||||
changed_when: "'Everything already up to date' not in result.stdout" # TODO: finish this, it will never run with headless
|
stdin: '\n' # On error needs user input to continue
|
||||||
|
|
Loading…
Add table
Reference in a new issue