neovim: Handle inlay hints update

This commit is contained in:
traxys 2024-05-13 22:39:37 +02:00
parent 164619ffaf
commit 4907f48e64

View file

@ -156,7 +156,7 @@
"gE" = "<cmd>Telescope diagnostics<CR>";
"<leader>h" = {
action = "<cmd>lua vim.lsp.inlay_hint.enable(0, not vim.lsp.inlay_hint.is_enabled())<CR>";
action = "<cmd>lua vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled())<CR>";
options = {
desc = "toggle inlay hints";
};