Replies: 2 comments 1 reply
-
require("noice").setup({
messages = {
enabled = false,
},
}) or require("noice").setup({
lsp = {
message = {
enabled = false,
}
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Better to use something like dressing.nvim for code actions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want this code action notification to go back to default message since it is kinda hard to see what my choosing option.
I am not sure what route or redirection config should I add.
Beta Was this translation helpful? Give feedback.
All reactions