-
Notifications
You must be signed in to change notification settings - Fork 295
Open
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.completion
Description
Contributing guidelines
- I have read CONTRIBUTING.md
- I have read CODE_OF_CONDUCT.md
Module(s)
mini.completion
Description
Previously the default vim.o.complete of '.,w,b,u,t' would cause slowdowns in mini-completion, even if the user didn't use ctags.
A workaround was added to remove t unless user explicitly sets it via eb4d6bd
The source of the problem was the vim.lsp.tagfunc erroneously sending synchronous LSP requests during the insert completion, it has been fixed here: neovim/neovim#37260
Maybe the workaround could be guarded with a nvim-0.12 check? It is strange to have to set the already-default options for tag completion to work as a fallback.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.completion