summarylogtreecommitdiffstats
path: root/neovim-plenary-git.install
blob: 658f2ae0126c166c5ac0857b8c4fb628f2c86fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install()	{
	printf "
	:: This plugin must be activated through your init file.
	:: You can do so with either of the following:

		init.vim: lua 'require('gitsigns').setup()'

		init.lua: require('gitsigns').setup()
	\n"
}

post_remove()	{
	printf "
	:: Remember to remove your setup from your init files!
	\n"
}