default to dark bg in vim

This commit is contained in:
Lockszmith (@crater) 2025-04-07 21:47:06 +00:00
parent ae7761aaa5
commit 81d9709c91
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
set bg=dark
" Set custom Vim config directory
let s:vim_config_dir = '~/.config/vim'
let s:autoload_dir = s:vim_config_dir . '/autoload'
@ -13,7 +14,6 @@ endif
set runtimepath+=~/.config/vim
execute 'source ' . s:plug_vim
" Initialize vim-plug
call plug#begin('~/.config/vim/plugged')