chore: merge branch 'expermental'
This commit is contained in:
parent
e723f4177f
commit
c35cfbb0f5
@ -142,10 +142,8 @@ buffer.__index = function(self, key)
|
||||
local res = buffer[key]
|
||||
if res then
|
||||
return res
|
||||
|
||||
elseif type(key) == 'number' then
|
||||
return fn.getbufoneline(self.bufnr, key)
|
||||
|
||||
else
|
||||
error('invalid key' .. key)
|
||||
end
|
||||
@ -161,7 +159,7 @@ end
|
||||
---@return buf
|
||||
return function()
|
||||
return setmetatable({
|
||||
bufnr = -1,
|
||||
size = 0,
|
||||
}, buffer)
|
||||
bufnr = -1,
|
||||
size = 0,
|
||||
}, buffer)
|
||||
end
|
||||
|
@ -166,7 +166,6 @@ M.setup = function(opts)
|
||||
conf.engines = engines
|
||||
times = times + 1
|
||||
if times == 1 then
|
||||
---@format disable
|
||||
local new_command = api.nvim_create_user_command
|
||||
new_command('Translate' , function() M.translate() end, { desc = ' 单词翻译',})
|
||||
new_command('TranslateInput' , function() M.translate('i') end, { desc = ' 搜索翻译',})
|
||||
@ -183,7 +182,6 @@ M.setup = function(opts)
|
||||
for hl, opt in pairs(hls) do
|
||||
set_hl(0, hl, opt)
|
||||
end
|
||||
---@format enable
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -49,7 +49,7 @@ function window:set_width(width)
|
||||
end
|
||||
|
||||
---Expand window [width | height] value
|
||||
---@param opts table 窗口的配置
|
||||
---@param opts table
|
||||
---|'field'string [width | height]
|
||||
---|'target'integer
|
||||
---@return function
|
||||
|
Loading…
x
Reference in New Issue
Block a user