Browse Source

NeoVim changed vless script location

master
Arti Zirk 1 day ago
parent
commit
a607346209
  1. 2
      .zshrc

2
.zshrc

@ -335,7 +335,7 @@ fi @@ -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

Loading…
Cancel
Save