summarylogtreecommitdiffstats
path: root/neovim-drop-in.install
diff options
context:
space:
mode:
Diffstat (limited to 'neovim-drop-in.install')
-rw-r--r--neovim-drop-in.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/neovim-drop-in.install b/neovim-drop-in.install
new file mode 100644
index 000000000000..0ea0ce43d10a
--- /dev/null
+++ b/neovim-drop-in.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo ':: To use pacman-installed vim addons with neovim, enable the default vim runtime'
+ echo ' path by adding the following line to your neovim configuration:'
+ echo
+ echo ' set runtimepath^=/usr/share/vim/vimfiles'
+ echo
+}