nvim-telescope / telescope-ui-select.nvim

MIT License
774 stars 18 forks source link

`:lua vim.lsp.buf.code_action()` doesn't show LSP client name #6

Closed axieax closed 2 years ago

axieax commented 2 years ago

Using the configuration provided by the README setup, I want the Telescope picker to also display the LSP client name, as in the demo image.

image

Although I normally use dressing.nvim for my vim.ui.select customisations, I currently use Telescope's built-in code actions just for how it formats the LSP client name (doesn't look as great in dressing.nvim unfortunately since it doesn't support columns).

Conni2461 commented 2 years ago

Working on it, already got it working:

image

Just not happy with the abstraction. It will be done before lsp_code_action is removed

Conni2461 commented 2 years ago

Proposed fix #7

Testers appreciated :)