diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-06-09 15:39:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-06-09 15:39:37 +0800 |
commit | feb7a18c4bfb416d38af519ab44167b50dae4af8 (patch) | |
tree | 55a52b9d8140dcc301c85b29bf5befee7dada0fe /script/config.lua | |
parent | 7b1143ee0144be3ab7c1492563fe931ff1f00aaf (diff) | |
download | lua-language-server-feb7a18c4bfb416d38af519ab44167b50dae4af8.zip |
#175 可以关闭参数提示
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 146631b8..471ef560 100644 --- a/script/config.lua +++ b/script/config.lua @@ -124,6 +124,9 @@ local ConfigTemplate = { callSnippet = {'Disable', String}, keywordSnippet = {'Replace', String}, }, + signatureHelp = { + enable = {true, Boolean}, + }, color = { mode = {'Semantic', String}, }, |