[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:
parent
2bf7f53ade
commit
a0e91e6585
2
Makefile
2
Makefile
|
@ -7,6 +7,7 @@ CLI_PACKAGES := \
|
||||||
isort \
|
isort \
|
||||||
mimetype \
|
mimetype \
|
||||||
mypy \
|
mypy \
|
||||||
|
nvim \
|
||||||
remind \
|
remind \
|
||||||
scripts \
|
scripts \
|
||||||
shell \
|
shell \
|
||||||
|
@ -50,6 +51,7 @@ CLI_DEPENDENCIES := \
|
||||||
community/mosh \
|
community/mosh \
|
||||||
community/mypy \
|
community/mypy \
|
||||||
community/pandoc \
|
community/pandoc \
|
||||||
|
community/python-pynvim \
|
||||||
community/ripgrep \
|
community/ripgrep \
|
||||||
community/rust-analyzer \
|
community/rust-analyzer \
|
||||||
community/rustup \
|
community/rustup \
|
||||||
|
|
3
nvim/.config/nvim/init.vim
Normal file
3
nvim/.config/nvim/init.vim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||||
|
let &packpath = &runtimepath
|
||||||
|
source ~/.vimrc
|
Loading…
Reference in a new issue