mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
feat(lsp): set kind in select call for codelens #23889
This commit is contained in:
parent
53f30de2be
commit
96e19533f6
@ -97,6 +97,7 @@ function M.run()
|
||||
else
|
||||
vim.ui.select(options, {
|
||||
prompt = 'Code lenses:',
|
||||
kind = 'codelens',
|
||||
format_item = function(option)
|
||||
return option.lens.command.title
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user