We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7875178 commit a2b67c8Copy full SHA for a2b67c8
lua/kide/tools/ai.lua
@@ -149,7 +149,7 @@ M.translate_float = function(request)
149
style = "minimal", -- 最小化样式
150
border = "rounded", -- 窗口边框样式
151
}
152
- local buf = vim.api.nvim_create_buf(false, false)
+ local buf = vim.api.nvim_create_buf(false, true)
153
local win = vim.api.nvim_open_win(buf, true, opts)
154
vim.wo[win].number = false -- 不显示行号
155
0 commit comments