Would it be possible to add a way to sort the code actions by lsp server?
My use case is I want the actions from null-ls to be below any other lsp
We could have a option that explicitly designates low priority servers (null, efm etc)
or more flexibly a function that takes a code action and returns the priority. Then we sort those using a stable sort so ties will be shown in the same order
Would it be possible to add a way to sort the code actions by lsp server?
My use case is I want the actions from null-ls to be below any other lsp
We could have a option that explicitly designates low priority servers (null, efm etc)
or more flexibly a function that takes a code action and returns the priority. Then we sort those using a stable sort so ties will be shown in the same order