added existing nvim config

This commit is contained in:
gyoder 2025-06-14 11:41:23 +02:00
parent d6d6dab380
commit bdf3cdecda
24 changed files with 996 additions and 0 deletions

10
vim/.vimrc Normal file
View file

@ -0,0 +1,10 @@
" Basic vimrc if i ever need compatibility with normal vim
source ~/.vim/settings.vim
if version >= 703
set undodir=~/.vim/backup/vimundo
set undofile
set undoreload=10000
endif