diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 14:31:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 14:31:27 +0800 |
commit | b62e126c9cdcf2fbe12ab8244db735697eb59f49 (patch) | |
tree | e3c51e1865b2fce1b1c9153a4422625dc7e4ec56 /script/core/hover/init.lua | |
parent | 170d9b5c7af761a2507727e4a9e303187a0f9120 (diff) | |
download | lua-language-server-b62e126c9cdcf2fbe12ab8244db735697eb59f49.zip |
cleanup
Diffstat (limited to 'script/core/hover/init.lua')
-rw-r--r-- | script/core/hover/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/core/hover/init.lua b/script/core/hover/init.lua index 51dacada..41616bc9 100644 --- a/script/core/hover/init.lua +++ b/script/core/hover/init.lua @@ -155,7 +155,6 @@ local function getHoverByUri(uri, offset) if not source then return nil end - vm.getAllDefs(source) local hover = getHover(source) if SHOWSOURCE then hover.description = ('%s\n---\n\n```lua\n%s\n```'):format( |