mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-12 16:06:39 -05:00
Run type -P on nvim instead of vim for generating helptags
This commit is contained in:
parent
e89bc285d1
commit
f8ecca6a85
1 changed files with 1 additions and 1 deletions
2
update
2
update
|
@ -272,7 +272,7 @@ fi
|
|||
# GENERATE PLUGIN HELP
|
||||
#
|
||||
|
||||
type -P vim >/dev/null && {
|
||||
type -P nvim >/dev/null && {
|
||||
printf '%s' "$cbg_blue >> Generating plugin help:$c_reset"
|
||||
$timeout_command --preserve-status --foreground 1m nvim -c 'helptags ALL|qa!'
|
||||
|
||||
|
|
Loading…
Reference in a new issue