kickstart.nvim/lua/plugins/snacks/terminal.lua

15 lines
275 B
Lua

return {
terminal = {
enabled = true,
float = {
border = "rounded",
width = 0.8,
height = 0.8,
},
-- Set to true for better toggle behavior
persistent = true,
-- Auto-close terminal when process exits
auto_close = true,
},
}