feat: Autofold non-hovered symbol by default

This commit is contained in:
hedy
2023-11-29 18:17:25 +08:00
parent 1e12bf27ee
commit 920e12736c
3 changed files with 18 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ M.defaults = {
winblend = 0,
},
symbol_folding = {
autofold_depth = nil,
autofold_depth = 1,
auto_unfold = {
hovered = true,
---@type boolean|integer