diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 20:00:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-01 20:00:22 +0800 |
commit | 71e3ff51d3fb21f3e78a3948809ce4ae92613de2 (patch) | |
tree | 936752e4377a48281cd4b1752b53bcda1352d0bb /test.lua | |
parent | 8077e3e08f2dd799ef9b5335005f1bf85d6340cd (diff) | |
download | lua-language-server-71e3ff51d3fb21f3e78a3948809ce4ae92613de2.zip |
cleanup
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ local function main() require 'utility'.enableCloseFunction() local config = require 'config' - config.Lua.runtime.version = 'Lua 5.4' + config.set('Lua.runtime.version', 'Lua 5.4') --config.Lua.intelliSense.searchDepth = 5 loadDocMetas() |