Disable Completions limit reached message #94
Answered
by
folke
sebastianstudniczek
asked this question in
Q&A
-
|
Hi! Is it possible to disable It's being shown even when return {
"folke/sidekick.nvim",
opts = {
nes = {
enabled = false,
},
}
}
|
Beta Was this translation helpful? Give feedback.
Answered by
folke
Oct 9, 2025
Replies: 2 comments 5 replies
-
|
just added this. Set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
folke
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


just added this. Set
opts.copilot.status.level = vim.log.levels.OFF.See the updated docs.