Set nvim colorscheme to vim (terminal default)

This commit is contained in:
Nathan Schneider
2025-01-24 16:53:49 -07:00
parent 443dd9da0c
commit 62b3ae085f
+1
View File
@@ -4,6 +4,7 @@
syntax on
set noerrorbells
set spell
colorscheme vim
" Line wrapping in Markdown files
autocmd FileType markdown setlocal linebreak