diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 20:36:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-18 20:36:20 +0800 |
commit | a2075b5411c81ab4e7c3da79be1d0e6e56ea7f45 (patch) | |
tree | f318445077df15b94776314a650d83adf349a19c /script/plugin.lua | |
parent | fb1d31d354648445d975fe827c237351f036c562 (diff) | |
download | lua-language-server-a2075b5411c81ab4e7c3da79be1d0e6e56ea7f45.zip |
cleanup
Diffstat (limited to 'script/plugin.lua')
-rw-r--r-- | script/plugin.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/script/plugin.lua b/script/plugin.lua index 0914c0c0..7f2165db 100644 --- a/script/plugin.lua +++ b/script/plugin.lua @@ -70,10 +70,6 @@ end ---@param scp scope function m.init(scp) - if m.hasInited then - return - end - m.hasInited = true await.call(function () ---@async local ws = require 'workspace' m.interface = {} |