nvim: add simple conf to use vim one

This commit is contained in:
Mathieu Maret 2024-02-24 16:38:29 +01:00
parent b2e50d686a
commit 52adcb3dc1
1 changed files with 3 additions and 0 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