Can't disable auto include when accepting completion's #1829
Answered
by
Saghen
Hamza12700
asked this question in
Q&A
-
Feature DescriptionI can't seems to find a way to not auto-include when accepting the completion. I looked at the reference for the Also I can't seems to disable auto-complete popup, I would like to setup a keybind that would open the auto-complete popup. |
Beta Was this translation helpful? Give feedback.
Answered by
Saghen
May 30, 2025
Replies: 1 comment
-
sources.providers.lsp.transform_items = function(_, items)
for _, item in ipairs(items) do
item.additionalTextEdits = nil
end
end
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Hamza12700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
completion.menu.auto_show = false