1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-17 15:25:14 +02:00

NeoVim changed vless script location

This commit is contained in:
2025-04-24 15:31:30 +03:00
parent 16c9af02ff
commit a607346209

2
.zshrc
View File

@@ -335,7 +335,7 @@ fi
# https://neovim.io/doc/user/various.html#less # https://neovim.io/doc/user/various.html#less
function vless { 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 # If running under windows with pageagent then use it