From a607346209163768db748e4daabdef44faa4d499 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Thu, 24 Apr 2025 15:31:30 +0300 Subject: [PATCH] NeoVim changed vless script location --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d49515a..d86492d 100644 --- a/.zshrc +++ b/.zshrc @@ -335,7 +335,7 @@ fi # https://neovim.io/doc/user/various.html#less function vless { - /usr/share/nvim/runtime/macros/less.sh $@ + /usr/share/nvim/runtime/scripts/less.sh $@ } # If running under windows with pageagent then use it