fix(vim): remove not-needed if condition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user