snacks.nvim/docs/statuscolumn.md
Folke Lemaitre c71f3c84f4
docs: update
2024-11-06 00:35:44 +01:00

387 B

🍿 statuscolumn

⚙️ Config

---@class snacks.statuscolumn.Config
{
  left = { "mark", "sign" },
  right = { "fold", "git" },
  folds = {
    open = false, -- show open fold icons
    git_hl = false, -- use Git Signs hl for fold icons
  },
  git = {
    patterns = { "GitSign", "MiniDiffSign" },
  },
  refresh = 50, -- refresh at most every 50ms
}