Skip to content
Discussion options

You must be logged in to vote

I can't seems to find a way to not auto-include when accepting the completion

sources.providers.lsp.transform_items = function(_, items)
  for _, item in ipairs(items) do
    item.additionalTextEdits = nil
  end
end

I can't seems to disable auto-complete popup

completion.menu.auto_show = false

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Hamza12700
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature New feature or request
2 participants
Converted from issue

This discussion was converted from issue #1828 on May 30, 2025 14:25.