feat(snacks): added profiler keymaps

This commit is contained in:
Folke Lemaitre 2024-12-12 12:29:43 +01:00
parent d5bc4d58d0
commit c578be0bc1
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 11 additions and 4 deletions

View file

@ -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