aboutsummaryrefslogtreecommitdiff
path: root/editors/py-pynvim
diff options
context:
space:
mode:
Diffstat (limited to 'editors/py-pynvim')
-rw-r--r--editors/py-pynvim/files/pkg-message.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/py-pynvim/files/pkg-message.in b/editors/py-pynvim/files/pkg-message.in
index 5378cf1a36a6..c2a7b47309a0 100644
--- a/editors/py-pynvim/files/pkg-message.in
+++ b/editors/py-pynvim/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
In order to use pynvim in Neovim it is required to specify add the following line
to ~/.config/nvim/init.vim:
@@ -5,3 +8,6 @@ let g:python%%SUFFIX_FOR_PYTHON_3%%_host_prog='%%PYTHON_CMD%%'
See Neovim Wiki for more information:
https://github.com/neovim/neovim/wiki/Installing-Neovim
+EOM
+}
+]