diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 01:38:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 01:38:01 +0800 |
commit | 830165b6025107188e564fc4590e5eb633e1a13d (patch) | |
tree | 9f02dab4a53528de878e6c936fdf1bfb987fd693 /script/config | |
parent | 9091e064ab23b6b158551a4d256b65b033cb1688 (diff) | |
download | lua-language-server-830165b6025107188e564fc4590e5eb633e1a13d.zip |
fix
Diffstat (limited to 'script/config')
-rw-r--r-- | script/config/loader.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/config/loader.lua b/script/config/loader.lua index 30711dde..867c3b16 100644 --- a/script/config/loader.lua +++ b/script/config/loader.lua @@ -17,6 +17,7 @@ end ---@class config.loader local m = {} +---@return table function m.loadRCConfig(uri, filename) local scp = scope.getScope(uri) local path = workspace.getAbsolutePath(uri, filename) |