summarylogtreecommitdiffstats
path: root/neovim-plenary-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'neovim-plenary-git.install')
-rw-r--r--neovim-plenary-git.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/neovim-plenary-git.install b/neovim-plenary-git.install
deleted file mode 100644
index 658f2ae0126c..000000000000
--- a/neovim-plenary-git.install
+++ /dev/null
@@ -1,16 +0,0 @@
-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"
-}