diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 16:31:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 16:31:18 +0800 |
commit | 3011a124fe961bb623fa627abfd64030f128b4c1 (patch) | |
tree | db3715606e005dd5a444356c58cb3e36f488179a /test.lua | |
parent | 329e2d7dfa0268a6288086f1a2e3581d5b31cfc6 (diff) | |
download | lua-language-server-3011a124fe961bb623fa627abfd64030f128b4c1.zip |
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,8 +86,8 @@ local function main() require 'utility'.enableCloseFunction() local config = require 'config' - config.config.runtime.version = 'Lua 5.4' - --config.config.intelliSense.searchDepth = 5 + config.Lua.runtime.version = 'Lua 5.4' + --config.Lua.intelliSense.searchDepth = 5 loadDocMetas() --test 'full' |