diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-05 19:30:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-05 19:30:18 +0800 |
commit | fe6f1115b5302ddd8ea7ed3e61a222d7294454d0 (patch) | |
tree | a34f6f87baa80721380502397efa277e436df3db /script/config.lua | |
parent | 281a534973be7d66dd0d99b100b639fd137e205a (diff) | |
download | lua-language-server-fe6f1115b5302ddd8ea7ed3e61a222d7294454d0.zip |
差点又忘了老版本
Diffstat (limited to 'script/config.lua')
-rw-r--r-- | script/config.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/config.lua b/script/config.lua index b97f31a5..8011b905 100644 --- a/script/config.lua +++ b/script/config.lua @@ -127,7 +127,6 @@ local ConfigTemplate = { callSnippet = {'Disable', String}, keywordSnippet = {'Replace', String}, displayContext = {6, Integer}, - fastGlobal = {true, Boolean}, }, signatureHelp = { enable = {true, Boolean}, @@ -150,7 +149,8 @@ local ConfigTemplate = { path = {'.vscode/lua-plugin/*.lua', String}, }, intelliSense = { - searchDepth = {0, Integer}, + searchDepth = {0, Integer}, + fastGlobal = {true, Boolean}, }, } |