nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.43k stars 72 forks source link

fix(code actions): don't sort actions by title #63

Closed davidmh closed 7 months ago

davidmh commented 7 months ago

Not all code action sources want their actions to be sorted alphabetically.

The source itself should determine the order of the actions by how they add them to the return table.

See: https://github.com/nvimtools/none-ls.nvim/discussions/62