fixes, disabling non-working plugins

This commit is contained in:
2025-04-07 09:18:41 +08:00
parent e90bc1bb5f
commit 70b71d56e5
5 changed files with 62 additions and 54 deletions

View File

@@ -12,7 +12,7 @@ if gtk_colorscheme == "'prefer-dark'"
set background=dark
else
set background=light
hi ColorColumn guibg=#c0bfbc
"" hi ColorColumn guibg=#c0bfbc
endif
""
@@ -21,7 +21,7 @@ endif
"" parameters
let s:defaultfontsize = 10
let s:fontname = "Source Code Pro"
let s:fontname = "Roboto Mono [GOOG]"
"" set default font
:execute "Guifont " . s:fontname . ":h" . s:defaultfontsize