mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2025-07-04 01:13:16 -07:00
added nvim-yarp-git so deoplete will work with vim
This commit is contained in:
18
nvim-yarp-git/nvim-yarp.install
Normal file
18
nvim-yarp-git/nvim-yarp.install
Normal file
@ -0,0 +1,18 @@
|
||||
update_vim_help() {
|
||||
echo -n "Updating Vim help tags..."
|
||||
/usr/bin/vim --noplugin -u NONE -U NONE \
|
||||
--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 2>&1
|
||||
echo "done."
|
||||
}
|
||||
|
||||
post_install() {
|
||||
update_vim_help
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
update_vim_help "$1"
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
update_vim_help
|
||||
}
|
Reference in New Issue
Block a user