feat(lsp): set kind in select call for codelens #23889

This commit is contained in:
Artyom Andreev
2023-06-04 04:03:25 +03:00
committed by GitHub
parent 53f30de2be
commit 96e19533f6

View File

@ -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,