From 409d85f615ac91712dcbcd212912ed78989d4a37 Mon Sep 17 00:00:00 2001 From: JuanZoran <1430359574@qq.com> Date: Wed, 4 Jan 2023 23:11:19 +0800 Subject: [PATCH] feat: add conf to setup view for different command --- lua/Trans/conf.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/Trans/conf.lua b/lua/Trans/conf.lua index 493d001..fc61d66 100644 --- a/lua/Trans/conf.lua +++ b/lua/Trans/conf.lua @@ -69,7 +69,11 @@ return { notOxford = '' }, auto_close = true, - + style = { + input = 'float', + cursor = 'cursor', + select = 'cursor' + } -- TODO add online translate engine -- online_search = { -- enable = false,