Add nvim init.vim

master
Hektor Misplon 2022-11-24 17:12:56 +01:00
parent c029b03198
commit 7eb0b110c6
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