mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00

## Description A new dashboard plugin that comes with sane defaults, and can be fully customized to your liking. ## Screenshots     
576 B
576 B
🍿 util
📚 Types
---@alias snacks.util.hl table<string, string|vim.api.keyset.highlight>
📦 Module
Snacks.util.bo()
---@param buf number
---@param bo vim.bo
Snacks.util.bo(buf, bo)
Snacks.util.set_hl()
Ensures the hl groups are always set, even after a colorscheme change.
---@param groups snacks.util.hl
---@param opts? { prefix?:string, default?:boolean }
Snacks.util.set_hl(groups, opts)
Snacks.util.wo()
---@param win number
---@param wo vim.wo
Snacks.util.wo(win, wo)