diff --git a/templates/nvim.profile.j2 b/templates/nvim.profile.j2 index 9feea09..d424aca 100644 --- a/templates/nvim.profile.j2 +++ b/templates/nvim.profile.j2 @@ -1,3 +1,3 @@ # {{ ansible_managed }} -PATH="{{ neovim.install_path }}:$PATH" +PATH="{{ neovim.install_path }}/bin:$PATH"