mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +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]],
|
||||
direction = "float",
|
||||
float_opts = { border = "rounded" },
|
||||
shell = vim.fn.exepath("zsh") .. " -l -i",
|
||||
},
|
||||
|
||||
config = function(_, opts)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue