You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
I also find another problem.
When g:completion_enable_server_trigger is set to 1, and auto popup is enabled (which is default), it will trigger auto pop up even on space, which is annoying.
I find sumneko-lua will provide '\n', '\t', ' ', ... as trigger characters. But in VSCode, it will not trigger auto popup.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My testing minimal init.vim
How to reproduce
make a new lua file and type
then (on a new line) type
tbl.
and look at the autocomplete suggestionsExpected behavior
one suggestion appears named
key
(like it does in the vscode extension that the language server is from)Current behaviour
all variables and snippets appear even though they would be invalid in that context
The text was updated successfully, but these errors were encountered: