Nvim recognizes the following events. Names are case-insensitive.
BufAdd
Just after creating a new buffer which is
added to the buffer list, or adding a buffer
# git-pub.nu | |
# | |
# nushell script to increase a semmantic version number, add a tag and push to origin branch | |
# | |
# prerequisits: | |
# - git | |
# - git-cliff | |
# | |
# usage: | |
# ```nushell |