diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-30 14:43:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-30 14:43:16 +0800 |
commit | 69a3ce64e5032f036d054ae435a8c523996567ed (patch) | |
tree | 34a603c3974fc5b8874ad2f9dc59768e4bc2f574 /script/config.lua | |
parent | df40bf8e2c77ad38a0b98b95541f86656b2d8f0f (diff) | |
download | lua-language-server-69a3ce64e5032f036d054ae435a8c523996567ed.zip |
resolve #514
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 7991e1ad..a133cf1c 100644 --- a/script/config.lua +++ b/script/config.lua @@ -164,6 +164,7 @@ local ConfigTemplate = { keywordSnippet = {'Replace', String}, displayContext = {6, Integer}, workspaceWord = {true, Boolean}, + autoRequire = {true, Boolean}, }, signatureHelp = { enable = {true, Boolean}, |