setup nvim with vim config by default

This commit is contained in:
2022-04-04 23:17:03 +02:00
parent 83cc9e9285
commit 83ee78e116
2 changed files with 5 additions and 0 deletions

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

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