Skip to content

Conversation

kevinhwang91
Copy link
Contributor

Language clients such as coc.nvim have multiple completion sources that
may contain a file path completion source triggered by / or \.
However, if users use the default requireSeparator . setting under
lua-language-server, type / or \ in a string will fire a lot of unless
items whose priority is high than file path items and make file path
items at the bottom of candidates.

Language clients such as coc.nvim have multiple completion sources that
may contain a file path completion source triggered by `/` or `\`.
However, if users use the default requireSeparator `.` setting under
lua-language-server, type `/` or `\` in a string will fire a lot of unless
items whose priority is high than file path items and make file path
items at the bottom of candidates.
@sumneko sumneko merged commit 02e76ee into LuaLS:master Apr 4, 2022
@kevinhwang91 kevinhwang91 deleted the fix-trigger-completion branch April 4, 2022 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants