feat: Winhl options for outline and preview windows

This commit is contained in:
hedy
2023-11-08 19:15:29 +08:00
parent 8abd2f6e9b
commit 10ee0008ed
6 changed files with 112 additions and 49 deletions

View File

@@ -28,16 +28,16 @@ M.defaults = {
show_numbers = false,
show_relative_numbers = false,
show_cursorline = true,
winhl = "SymbolsOutlineDetails:Comment,SymbolsOutlineLineno:LineNr",
},
preview_window = {
auto_preview = false,
width = 50,
min_width = 50,
relative_width = true,
bg_hl = 'Pmenu',
border = 'single',
border_hl = 'Pmenu',
open_hover_on_preview = true,
winhl = '',
winblend = 0,
},
symbol_folding = {