mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(snacks): allow overriding statuscolumn
through options.lua
This commit is contained in:
parent
86904d2fb1
commit
17a1b846f0
2 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue