mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
13 lines
312 B
Text
13 lines
312 B
Text
[
|
|
{ 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:
|
|
|
|
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
|
|
}
|
|
]
|