Create highlights on VimEnter
Also update README.md
This commit is contained in:
@@ -72,7 +72,7 @@ local function set_hlgroups()
|
||||
table.insert(a, string.format('%s=%s', k, v))
|
||||
end
|
||||
a = table.concat(a, ' ')
|
||||
cmd(string.format('autocmd ColorScheme * hi %s %s', hlgroup, a))
|
||||
cmd(string.format('autocmd VimEnter,ColorScheme * hi %s %s', hlgroup, a))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user