chore: change themes
This commit is contained in:
@@ -18,15 +18,15 @@ return {
|
||||
},
|
||||
},
|
||||
scope = {
|
||||
enabled = false, -- enable highlighting the current scope
|
||||
enabled = true, -- enable highlighting the current scope
|
||||
priority = 200,
|
||||
char = "",
|
||||
char = "",
|
||||
underline = false, -- underline the start of the scope
|
||||
only_current = false, -- only show scope in the current window
|
||||
hl = "SnacksIndentScope", ---@type string|string[] hl group for scopes
|
||||
},
|
||||
chunk = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
char = {
|
||||
corner_top = "┏",
|
||||
corner_bottom = "┗",
|
||||
|
||||
Reference in New Issue
Block a user