fix(snacks): allow overriding statuscolumn through options.lua

This commit is contained in:
Folke Lemaitre 2024-11-11 09:37:47 +01:00
parent 86904d2fb1
commit 17a1b846f0
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ return {
---@type snacks.Config
return {
toggle = { map = LazyVim.safe_keymap_set },
statuscolumn = { enabled = false }, -- we set this in options.lua
terminal = {
win = {
keys = {