[ADD] Neovim package

It needs a python plugin to be compatible with Vim's python interface. I
use it for UltiSnips.
This commit is contained in:
Bruno BELANYI 2020-10-14 17:36:25 +02:00
parent 2bf7f53ade
commit a0e91e6585
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CLI_PACKAGES := \
isort \
mimetype \
mypy \
nvim \
remind \
scripts \
shell \
@ -50,6 +51,7 @@ CLI_DEPENDENCIES := \
community/mosh \
community/mypy \
community/pandoc \
community/python-pynvim \
community/ripgrep \
community/rust-analyzer \
community/rustup \

View File

@ -0,0 +1,3 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc