fix: fix format and process function behaviours

This commit is contained in:
JuanZoran
2023-01-10 17:51:07 +08:00
parent 1b95485ae6
commit a57a6e47ab
14 changed files with 193 additions and 324 deletions

View File

@@ -10,8 +10,8 @@ M.conf = {
window = {
cursor = {
border = 'rounded',
width = 30,
height = 30,
width = 40,
height = 20,
},
float = {
border = 'rounded',
@@ -29,11 +29,11 @@ M.conf = {
order = {
offline = {
'Title',
-- 'Tag',
-- 'Pos',
-- 'Exchange',
-- 'Translation',
-- 'Definition',
'Tag',
'Pos',
'Exchange',
'Translation',
'Definition',
},
-- online = {
-- -- TODO
@@ -67,6 +67,13 @@ M.conf = {
TransDefinition = {
fg = '#bc8cff',
},
TransCursorWin = {
link = 'Normal',
},
TransCursorBorder = {
link = 'FloatBorder',
}
},
icon = {
star = '',