.vimrc: Source vimrc from Neovim config

This commit is contained in:
2019-11-03 14:40:33 +01:00
parent 84381b084a
commit 31c86dda7d
2 changed files with 7 additions and 1 deletions

3
.config/nvim/init.vim Normal file
View File

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