diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-07-08 18:27:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-07-08 18:27:12 +0800 |
commit | ef87faf3cfca7654095b2c167e0faa20837b1080 (patch) | |
tree | 9a734bf2b93e95b7996edda53cb7b9ce2e35659e /script/config.lua | |
parent | 7b67c5d4dc31f0b49994d334e8353ca4430224d3 (diff) | |
download | lua-language-server-ef87faf3cfca7654095b2c167e0faa20837b1080.zip |
#189 查看字符串的设置
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/config.lua b/script/config.lua index 471ef560..b2d64eb1 100644 --- a/script/config.lua +++ b/script/config.lua @@ -127,6 +127,11 @@ local ConfigTemplate = { signatureHelp = { enable = {true, Boolean}, }, + hover = { + enable = {true, Boolean}, + viewString = {true, Boolean}, + viewStringMax = {1000, Integer}, + }, color = { mode = {'Semantic', String}, }, |