diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-30 15:54:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-30 15:54:20 +0800 |
commit | 908feedce35b056c38fab57fd4e32727b117479c (patch) | |
tree | 14facde20e4f1f08876194f3ac62e31d492f01da /script/config.lua | |
parent | 69a3ce64e5032f036d054ae435a8c523996567ed (diff) | |
download | lua-language-server-908feedce35b056c38fab57fd4e32727b117479c.zip |
resolve #507 new setting `hover.enumsLimit`
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 a133cf1c..8bc05b98 100644 --- a/script/config.lua +++ b/script/config.lua @@ -176,6 +176,7 @@ local ConfigTemplate = { viewNumber = {true, Boolean}, fieldInfer = {3000, Integer}, previewFields = {100, Integer}, + enumsLimit = {5, Integer}, }, color = { mode = {'Semantic', String}, |