summarylogtreecommitdiffstats
path: root/neovim-git.install
diff options
context:
space:
mode:
authorA Farzat2024-01-31 10:15:49 +0900
committerA Farzat2024-01-31 12:38:27 +0900
commitba0ad4a697242893dbf393b459d45fdc823d2122 (patch)
treead0bdb9d00c39727753d7e2ccc3e9b1d4dcfc212 /neovim-git.install
parent886308c6028ee11d1c56c5d65c8d9a01cb291e44 (diff)
downloadaur-ba0ad4a697242893dbf393b459d45fdc823d2122.tar.gz
Make the package closer to that in the main repos
Also use tree-sitter-git for now because the one in the repos is not up-to-date enough.
Diffstat (limited to 'neovim-git.install')
-rw-r--r--neovim-git.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/neovim-git.install b/neovim-git.install
deleted file mode 100644
index 664aafc46e91..000000000000
--- a/neovim-git.install
+++ /dev/null
@@ -1,16 +0,0 @@
-# $1: new package version
-post_install() {
- echo ":: The Neovim executable is called 'nvim'."
- echo ":: If you are already familiar with Vim, see ':help nvim-from-vim'"
- echo " to get started."
- echo ":: If you have any questions, check the following page first:"
- echo " https://github.com/neovim/neovim/wiki/FAQ"
-}
-
-# $1: new package version
-# $2: old package version
-post_upgrade() {
- echo ":: Check the following page to see whether this upgrade"
- echo " includes any breaking changes:"
- echo " https://github.com/neovim/neovim/wiki/Following-HEAD"
-}