style(keymaps): stylua (#5006)

🧼💦🫧
This commit is contained in:
Valentin Degenne 2024-12-14 00:05:56 +01:00 committed by GitHub
parent 5105f3c029
commit 6503e59db3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,7 @@ Snacks.toggle.indent():map("<leader>ug")
Snacks.toggle.scroll():map("<leader>uS") Snacks.toggle.scroll():map("<leader>uS")
Snacks.toggle.profiler():map("<leader>dpp") Snacks.toggle.profiler():map("<leader>dpp")
Snacks.toggle.profiler_highlights():map("<leader>dph") Snacks.toggle.profiler_highlights():map("<leader>dph")
if vim.lsp.inlay_hint then if vim.lsp.inlay_hint then
Snacks.toggle.inlay_hints():map("<leader>uh") Snacks.toggle.inlay_hints():map("<leader>uh")
end end