diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-30 20:43:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-30 20:43:19 +0800 |
commit | 36d1ee596527e2133c8681c3e4bf493a85357862 (patch) | |
tree | 790848087d8661ff348ff5d457eac7f7b63a8eb7 /script/config.lua | |
parent | 4b842d088b38aea475b4bbdc411bed654c9e8228 (diff) | |
download | lua-language-server-36d1ee596527e2133c8681c3e4bf493a85357862.zip |
update hint
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/script/config.lua b/script/config.lua index dcae15b4..b39c70cc 100644 --- a/script/config.lua +++ b/script/config.lua @@ -154,8 +154,10 @@ local ConfigTemplate = { color = { mode = {'Semantic', String}, }, - typeHint = { - enable = {true, Boolean}, + hint = { + enable = {true, Boolean}, + paramType = {true, Boolean}, + setType = {false, Boolean}, }, intelliSense = { searchDepth = {0, Integer}, |