diff --git a/Makefile b/Makefile index 31f158a..fe547bd 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim new file mode 100644 index 0000000..f182e5b --- /dev/null +++ b/nvim/.config/nvim/init.vim @@ -0,0 +1,3 @@ +set runtimepath^=~/.vim runtimepath+=~/.vim/after +let &packpath = &runtimepath +source ~/.vimrc