diff options
| author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-08 16:20:30 +0800 |
|---|---|---|
| committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-08 16:20:30 +0800 |
| commit | b5dd953912738cac05d8292eb080c6860f18d418 (patch) | |
| tree | eba01883c6989f7b3c814cfba755246d22869431 /script/config.lua | |
| parent | 5e0c1dfa6beaf4431d7fae3e392aab7e7da34213 (diff) | |
| parent | f3bf7d8fcf18f8fb5b07e17236356012732ee46a (diff) | |
| download | lua-language-server-b5dd953912738cac05d8292eb080c6860f18d418.zip | |
Merge remote-tracking branch 'origin/master' into 2.0.0
Diffstat (limited to 'script/config.lua')
| -rw-r--r-- | script/config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 7991e1ad..97df7c17 100644 --- a/script/config.lua +++ b/script/config.lua @@ -164,6 +164,8 @@ local ConfigTemplate = { keywordSnippet = {'Replace', String}, displayContext = {6, Integer}, workspaceWord = {true, Boolean}, + autoRequire = {true, Boolean}, + showParams = {true, Boolean}, }, signatureHelp = { enable = {true, Boolean}, @@ -175,6 +177,7 @@ local ConfigTemplate = { viewNumber = {true, Boolean}, fieldInfer = {3000, Integer}, previewFields = {100, Integer}, + enumsLimit = {5, Integer}, }, color = { mode = {'Semantic', String}, |
