mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 11:24:38 +02:00
feat(snacks): added profiler keymaps
This commit is contained in:
parent
d5bc4d58d0
commit
c578be0bc1
5 changed files with 11 additions and 4 deletions
|
@ -135,6 +135,8 @@ Snacks.toggle.dim():map("<leader>uD")
|
|||
Snacks.toggle.animate():map("<leader>ua")
|
||||
Snacks.toggle.indent():map("<leader>ug")
|
||||
Snacks.toggle.scroll():map("<leader>uS")
|
||||
Snacks.toggle.profiler():map("<leader>dpp")
|
||||
Snacks.toggle.profiler_highlights():map("<leader>dph")
|
||||
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