fix(vim): remove not-needed if condition

This commit is contained in:
2025-09-07 02:14:00 +02:00
parent 1cb7a114be
commit 5749f50df7
-2
View File
@@ -219,7 +219,6 @@ let g:onedark_color_overrides = {
\ "cursor_grey": { "gui": "#282c34", "cterm": "236", "cterm16": "0" },
\}
if (has("autocmd"))
augroup colorextend
autocmd!
autocmd ColorScheme * call onedark#extend_highlight("Terminal",
@@ -250,7 +249,6 @@ if (has("autocmd"))
\ { "bg": { "gui": "#3d2224", "cterm": "NONE" } }
\)
augroup END
endif
" {{{3 Undotree
let g:undotree_WindowLayout = 2