fix: fix buffer line index error and online process need to be fixed
This commit is contained in:
@ -32,7 +32,7 @@ local strategy = {
|
||||
hover.buffer:setline(it(word, 'TransWord'))
|
||||
else
|
||||
hover.buffer:setline(f {
|
||||
width = hover.width,
|
||||
width = hover.opts.width,
|
||||
text = t {
|
||||
it(word, 'TransWord'),
|
||||
t {
|
||||
|
Reference in New Issue
Block a user