Trans.nvim/lua/Trans/conf.lua
2022-12-19 22:23:12 +08:00

46 lines
1.0 KiB
Lua

return {
display = {
style = 'minimal',
max_height = 50,
max_width = 50,
-- phnoetic = true,
collins_star = true,
pos = true,
tag = true,
oxford = true,
-- history = false,
exchange = true,
Trans_en = true,
Trans_zh = true,
wrap = false,
},
view = {
-- TODO: style: buffer | cursor | window
-- style = 'buffer',
-- buffer_pos = 'bottom', -- only works when view.style == 'buffer'
},
db_path = '/home/zoran/project/neovim/ecdict-ultimate-sqlite/ultimate.db', -- FIXME: change the path
icon = {
star = '',
isOxford = '',
notOxford = ''
}
-- TODO: async process
-- async = false,
-- TODO: add online translate engine
-- online_search = {
-- enable = false,
-- engine = {},
-- }
-- TODO: precise match or return closest match result
-- precise_match = true,
-- TODO: leamma search
-- leamma = false,
-- TODO: register word
}