You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): Respect user delimiter.ft configuration completely (#64)
Previously, vim.tbl_deep_extend was merging user delimiter.ft settings
with defaults, which could cause issues when users want to disable
default filetype mappings. Now user delimiter.ft settings take
complete precedence over defaults.
0 commit comments