Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

How can I make the gitsigns codeactions go below all other codeactions #108

Discussion options

You must be logged in to vote

By design, Neovim treats null-ls like an actual LSP server, and Neovim doesn't really have the concept of language server priority / ordering, so this isn't something we can really handle. In this case, I think you'd have to write a custom function to get code actions, sort them by server, then either pass them to the built-in handler or use a custom one. I recommend looking at Telescope's code action built-in if this is something you're interested in.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jose-elias-alvarez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants