summarylogtreecommitdiffstats
path: root/lualine.install
blob: e12f700e7298e0efb7e58f230dd4330959868542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install()  {
  printf "
  :: This plugin must be initialized using either 'require('lualine').setup()'
     or 'lua require('lualine').setup()' if you use an init.vim
\n"
}

post_remove() {
  printf "
  :: Please remember to remove your Lualine setup to prevent any errors
\n"
}