Skip to content

Commit 7fdbbaf

Browse files
committed
fix(keymap.completion): correct comment
1 parent d7ab901 commit 7fdbbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/keymap/completion.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ function M.lsp(buf)
8181
end)
8282
:with_noremap()
8383
:with_silent()
84-
:with_desc("lsp: Toggle virtual text display of current buffer"),
84+
:with_desc("lsp: Toggle virtual text display"),
8585
["n|<leader>lh"] = map_callback(function()
8686
_toggle_inlayhint()
8787
end)
8888
:with_noremap()
8989
:with_silent()
90-
:with_desc("lsp: Toggle inlay hints dispaly of current buffer"),
90+
:with_desc("lsp: Toggle inlay hints display"),
9191
}
9292
bind.nvim_load_mapping(map)
9393

0 commit comments

Comments
 (0)