diff options
author | HampusM <hampus@hampusmat.com> | 2024-05-27 19:55:48 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-05-27 19:55:48 +0200 |
commit | 256ec8f56ca0beb7c2d3b727f6c7f4806ab30c15 (patch) | |
tree | 8b46e90abfb812b19024d3e879a8a7e541639fd4 /colors | |
parent | 7154ae8bff63b619fd0326f03576c7cb742fe55e (diff) |
Since Neovim 0.10.0, this highlight group is seperate from VertSplit
Diffstat (limited to 'colors')
-rw-r--r-- | colors/ayu.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/ayu.vim b/colors/ayu.vim index bb14b79..f6e88db 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -100,6 +100,7 @@ exe "hi! DiffChange" .s:fg_tag .s:bg_panel .s:fmt_none exe "hi! DiffText" .s:fg_fg .s:bg_panel .s:fmt_none exe "hi! ErrorMsg" .s:fg_fg .s:bg_error .s:fmt_stnd exe "hi! VertSplit" .s:fg_bg .s:bg_none .s:fmt_none +exe "hi! WinSeparator" .s:fg_bg .s:bg_none .s:fmt_none exe "hi! Folded" .s:fg_fg_idle .s:bg_panel .s:fmt_none exe "hi! FoldColumn" .s:fg_none .s:bg_panel .s:fmt_none exe "hi! SignColumn" .s:fg_none .s:bg_panel .s:fmt_none |