feat: minimum nvim config

This commit is contained in:
Michel 2024-08-29 10:43:43 +02:00
parent e16d481bf8
commit 7fb8c46d6d
2 changed files with 7 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

4
.vimrc Normal file
View File

@ -0,0 +1,4 @@
" :help nvim-from-vim
" :checkhealth
colorscheme darkblue
set background=dark