docs: update README doc

This commit is contained in:
JuanZoran
2023-01-16 00:43:17 +08:00
parent 2c57923f6a
commit 0ca9710061
2 changed files with 37 additions and 27 deletions

View File

@@ -135,7 +135,7 @@ M.hover = {
expl(content, '英文注释')
vim.tbl_map(function(def)
def = def:gsub('%s+', '', 1)
def = def:gsub('%s+', '', 1) -- TODO :判断是否需要分割空格
content:addline(indent .. def, 'TransDefinition')
end, vim.split(indent .. result.definition, '\n', { plain = true, trimempry = true }))