fix: try to fix install.lua mistakes
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
local node = require('Trans').util.node
|
||||
local it, t, f, co = node.item, node.text, node.format, node.conjunction
|
||||
|
||||
|
||||
---@type TransHoverRenderer
|
||||
local M = {}
|
||||
|
||||
function M.web()
|
||||
function M.web(hover, result)
|
||||
if not result.web then return end
|
||||
|
||||
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user