summarylogtreecommitdiffstats
path: root/coc-neovim-doc.hook
blob: 8351ddd27b370d57e00635dce441f51f9d29c536 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Trigger]
Operation = Install
Operation = Upgrade
Operation= Remove
Type = Path
Target = usr/share/nvim/runtime/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"
When = PostTransaction