aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/completion.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-10-10 11:33:54 +0800
committerGitHub <noreply@github.com>2024-10-10 11:33:54 +0800
commit112139ea9b32c593752b862cace32ba5dc87ef2c (patch)
tree317715f7435d6fb0e331a2a803b0f4c6a7b42052 /runtime/lua/vim/lsp/completion.lua
parentcd8e15e3373dc9544d582640f043d3dee83a953d (diff)
parent9612b3a9053ae2dfe5a4321a5dd0af249c281543 (diff)
downloadrneovim-112139ea9b32c593752b862cace32ba5dc87ef2c.tar.gz
rneovim-112139ea9b32c593752b862cace32ba5dc87ef2c.tar.bz2
rneovim-112139ea9b32c593752b862cace32ba5dc87ef2c.zip
Merge pull request #30742 from zeertzjq/vim-9.1.0771
vim-patch:9.1.{0771,0772}
Diffstat (limited to 'runtime/lua/vim/lsp/completion.lua')
-rw-r--r--runtime/lua/vim/lsp/completion.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/lsp/completion.lua b/runtime/lua/vim/lsp/completion.lua
index 71ea2df100..e74f993356 100644
--- a/runtime/lua/vim/lsp/completion.lua
+++ b/runtime/lua/vim/lsp/completion.lua
@@ -272,7 +272,7 @@ function M._lsp_to_complete_items(result, prefix, client_id)
icase = 1,
dup = 1,
empty = 1,
- hl_group = hl_group,
+ abbr_hlgroup = hl_group,
user_data = {
nvim = {
lsp = {