We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ab901 commit 7fdbbafCopy full SHA for 7fdbbaf
lua/keymap/completion.lua
@@ -81,13 +81,13 @@ function M.lsp(buf)
81
end)
82
:with_noremap()
83
:with_silent()
84
- :with_desc("lsp: Toggle virtual text display of current buffer"),
+ :with_desc("lsp: Toggle virtual text display"),
85
["n|<leader>lh"] = map_callback(function()
86
_toggle_inlayhint()
87
88
89
90
- :with_desc("lsp: Toggle inlay hints dispaly of current buffer"),
+ :with_desc("lsp: Toggle inlay hints display"),
91
}
92
bind.nvim_load_mapping(map)
93
0 commit comments