mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 05:21:04 +00:00
toggle term session fix
This commit is contained in:
parent
ca393a9d8e
commit
dcba7fede5
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ return {
|
||||||
open_mapping = [[<leader>tt]],
|
open_mapping = [[<leader>tt]],
|
||||||
direction = "float",
|
direction = "float",
|
||||||
float_opts = { border = "rounded" },
|
float_opts = { border = "rounded" },
|
||||||
|
shell = vim.fn.exepath("zsh") .. " -l -i",
|
||||||
},
|
},
|
||||||
|
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue