three hundredth commit in my personal #neovim config repo. I did fall down the rabbit hole but, besides giving me an editor that fits me like a glove, it's fun!
The specific change was to reorder LSP actions display to make sure less relevant actions were displayed last.
it's a little involved. neovim code invokes vim.ui.select. But I installed dressing.nvim to have a nicer display of vim.ui.select. And dressing.nvim allows to customize individual screens. Including with telescope.nvim... and telescope.nvim can take a configurable sorter :P it's a long chain but it works great :)
@cybuerg yes, and the specific commit is there: https://github.com/emmanueltouzery/nvim_config/commit/22fd1c39c3463ec6c64ab66243d7699c82a373ca
it's a little involved. neovim code invokes vim.ui.select. But I installed dressing.nvim to have a nicer display of vim.ui.select. And dressing.nvim allows to customize individual screens. Including with telescope.nvim... and telescope.nvim can take a configurable sorter :P it's a long chain but it works great :)
Contribute to emmanueltouzery/nvim_config development by creating an account on GitHub.
github.com