diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-24 15:47:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-24 15:47:34 +0800 |
commit | 75958614871dc316759f826d0f82b26442bbc03b (patch) | |
tree | 27c24f843a23ada283cc5bd9ef3c2ff07ae1f58c /script/config | |
parent | 90d2f4190567891a2497cee80186657d416b19b0 (diff) | |
download | lua-language-server-75958614871dc316759f826d0f82b26442bbc03b.zip |
resolve #655
Diffstat (limited to 'script/config')
-rw-r--r-- | script/config/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config/config.lua b/script/config/config.lua index 2788cda7..2feb9868 100644 --- a/script/config/config.lua +++ b/script/config/config.lua @@ -187,6 +187,7 @@ local Template = { ['Lua.completion.autoRequire'] = Type.Boolean >> true, ['Lua.completion.showParams'] = Type.Boolean >> true, ['Lua.completion.requireSeparator'] = Type.String >> '.', + ['Lua.completion.postfix'] = Type.String >> '@', ['Lua.signatureHelp.enable'] = Type.Boolean >> true, ['Lua.hover.enable'] = Type.Boolean >> true, ['Lua.hover.viewString'] = Type.Boolean >> true, |