refactor(nvim): use "<leader>ll" for toggling lsp inlay hints

This commit is contained in:
Price Hiller 2024-01-21 00:59:12 -06:00
parent 12c9995a8b
commit efed48c3a1
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -195,7 +195,7 @@ return {
desc = "LSP: Toggle Diagnostic Style",
},
{
"<leader>lT",
"<leader>ll",
function()
vim.lsp.inlay_hint.enable(0, not vim.lsp.inlay_hint.is_enabled(0))
end,