From: Samir Benmendil Date: Sat, 13 Dec 2025 15:30:02 +0000 (+0000) Subject: nvim: show open folds in statuscolumn X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f534f49902f86d157292b5a2ba740c4d7f079741?ds=sidebyside nvim: show open folds in statuscolumn --- diff --git a/nvim/lua/plugins/snacks.lua b/nvim/lua/plugins/snacks.lua index 4b34734..65a15aa 100644 --- a/nvim/lua/plugins/snacks.lua +++ b/nvim/lua/plugins/snacks.lua @@ -24,7 +24,9 @@ return { quickfile = { enabled = true }, -- TODO: review if needed scope = { enabled = true }, scroll = { enabled = false }, -- fuck this! - statuscolumn = { enabled = true }, + statuscolumn = { + folds = { open = true }, + }, terminal = { win = { keys = {