diff options
author | Tim Segers <tsegers@pm.me> | 2022-02-14 20:10:40 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2022-02-14 20:43:43 +0100 |
commit | dcf0ea723620aa13b0756893da3c51baa2b7e01a (patch) | |
tree | bf3a74dd82ab28c1ba97762920359e189a5fd8f1 | |
parent | 8c7f5030c007c7018b63de9bbdc8770b4c25265e (diff) | |
download | vim-colors-solarized-dcf0ea723620aa13b0756893da3c51baa2b7e01a.tar.gz |
-rw-r--r-- | colors/solarized.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/colors/solarized.vim b/colors/solarized.vim index 3d1ab24..d3edf11 100644 --- a/colors/solarized.vim +++ b/colors/solarized.vim @@ -972,6 +972,11 @@ exe "hi! pandocMetadata" .s:fg_blue .s:bg_none .s:fmt_bold hi! link pandocMetadataTitle pandocMetadata "}}} +" indent-blankline.nvim highlighting "{{{ +" --------------------------------------------------------------------- + +exe "hi! IndentBlanklineChar" .s:fg_base02 .s:bg_none .s:fmt_bold +"}}} " Utility autocommand "{{{ " --------------------------------------------------------------------- " In cases where Solarized is initialized inside a terminal vim session and |