summarylogtreecommitdiffstats
path: root/neovim-numb-git.install
blob: 00e36dc4bbda9b44f8ca8793864079903e35acac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install()  {
  printf "
  If you are using an init.vim, you must activate the plugin by adding ':lua require('numb').setup()' to it.
  Otherwise, use 'require('numb').setup()' if you are using an init.lua.
\n"
}

post_remove() {
  printf "
  Don't forget to remove numb.nvim's setup from your init!
\n"
}