Close #28 and added files to setup Neovim from Vim

Namely nvim and set-nvim.
This commit is contained in:
2018-03-06 03:13:15 -05:00
parent 4dce53aafc
commit 8279772ca8
7 changed files with 43 additions and 26 deletions

6
dotfiles/nvim Normal file
View File

@@ -0,0 +1,6 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
let g:python_host_prog = '/usr/lib/python2.7'
" let g:python3_host_prog = '/usr/lib/python3.5.zip'