nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

output of code_action via telescope-ui-select #1381

Open alextrastero opened 7 months ago

alextrastero commented 7 months ago

When I run Lspsaga code_action I get: image

When I run vim.lsp.buf.code_action I get: image

Is it possible to show lspsaga actions through this telescope plugin?