Set correct path for neovim binary

This commit is contained in:
sonny 2024-08-20 07:51:06 +02:00
parent ae424f066d
commit 905e696cbf

View file

@ -1,3 +1,3 @@
# {{ ansible_managed }}
PATH="{{ neovim.install_path }}:$PATH"
PATH="{{ neovim.install_path }}/bin:$PATH"