From 905e696cbfd2524369d9ca3df1e451f76a6a4c45 Mon Sep 17 00:00:00 2001 From: sonny Date: Tue, 20 Aug 2024 07:51:06 +0200 Subject: [PATCH] Set correct path for neovim binary --- templates/nvim.profile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"