summarylogtreecommitdiffstats
path: root/coc-neovim-doc.hook
diff options
context:
space:
mode:
Diffstat (limited to 'coc-neovim-doc.hook')
-rw-r--r--coc-neovim-doc.hook4
1 files changed, 2 insertions, 2 deletions
diff --git a/coc-neovim-doc.hook b/coc-neovim-doc.hook
index 8351ddd27b37..70188dd7977a 100644
--- a/coc-neovim-doc.hook
+++ b/coc-neovim-doc.hook
@@ -3,9 +3,9 @@ Operation = Install
Operation = Upgrade
Operation= Remove
Type = Path
-Target = usr/share/nvim/runtime/pack/coc/start/coc.nvim/doc/
+Target = usr/local/share/nvim/site/pack/coc/start/coc.nvim/doc/
[Action]
Description = Updating Vim help tags...
-Exec = /usr/bin/nvim -es --cmd ":helptags /usr/share/nvim/runtime/pack/coc/start/coc.nvim/doc" --cmd ":q"
+Exec = /usr/bin/nvim -es --cmd ":helptags /usr/local/share/nvim/site/pack/coc/start/coc.nvim/doc" --cmd ":q"
When = PostTransaction