fix(vim): set darker background

This commit is contained in:
2025-05-02 05:05:21 +02:00
parent 3ac9e3c2e9
commit 3c56f15af6
+5
View File
@@ -225,6 +225,11 @@ let g:NERDTreeRemoveDirCmd = "gio trash "
let g:NERDTreeMapActivateNode = "l"
let g:NERDTreeMapCloseDir = "h"
" {{{3 onedark
let g:onedark_color_overrides = {
\ "background": {"gui": "#1f2329" },
\}
" {{{2 Install
let s:plug_file = expand('$HOME/.vim/autoload/plug.vim')
if !filereadable(s:plug_file)