mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-12 02:14:37 +02:00
feat(snacks): added leader-ug to toggle indent guides
This commit is contained in:
parent
4d087030bd
commit
a5fe23e3f4
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ Snacks.toggle.treesitter():map("<leader>uT")
|
|||
Snacks.toggle.option("background", { off = "light", on = "dark" , name = "Dark Background"}):map("<leader>ub")
|
||||
Snacks.toggle.dim():map("<leader>uD")
|
||||
Snacks.toggle.animate():map("<leader>ua")
|
||||
Snacks.toggle.indent():map("<leader>ug")
|
||||
if vim.lsp.inlay_hint then
|
||||
Snacks.toggle.inlay_hints():map("<leader>uh")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue