]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/commit
.vimrc: Use autocmd for adding Solarized highlight overrides
authorTony Duckles <tony@nynim.org>
Sat, 6 Jan 2018 14:47:09 +0000 (08:47 -0600)
committerTony Duckles <tony@nynim.org>
Sat, 6 Jan 2018 18:08:36 +0000 (12:08 -0600)
commita4f725953277308cf4eaca4297cc454016c1aed8
tree433946373064f255601d9fd009f06d118f6fbce0
parent98a83e13c70dbe6b2fe9b9f2fdd3ade8c78e9114
.vimrc: Use autocmd for adding Solarized highlight overrides

Use 'autocmd ColorScheme solarized' to trigger adding the override
'highlight' rules to override default Solarized colorscheme
highlighting.

This ensures that these highlight rules get added when changing the
colorscheme [back] to 'solarized'. This also compartmentalizes these
overrides to the Solarized colorscheme.
.vimrc