mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-17 12:33:03 +01:00
neovim: Handle inlay hints update
This commit is contained in:
parent
164619ffaf
commit
4907f48e64
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue