nvim/lua/plugins/term.lua
2026-02-12 17:11:43 +08:00

17 lines
479 B
Lua

return {
"folke/snacks.nvim",
opts = {
terminal = {
win = {
-- 可选: "float" (浮动), "bottom" (底部), "top" (顶部), "left" (左侧), "right" (右侧)
-- position = "right",
-- 浮动窗口专用配置(当 position = "float" 时生效)
-- border = "rounded", -- 边框样式: "single", "double", "rounded", "shadow"
-- width = 0.3,
-- height = 0.8, -- 高度占屏幕比例
},
},
},
}