feat: set up toggleterm

This commit is contained in:
Carlos Hurtado 2024-04-30 18:38:57 -06:00
parent 62bcf804c8
commit fb544d4522
1 changed files with 7 additions and 0 deletions

View File

@ -927,5 +927,12 @@ require('lazy').setup({
}, },
}) })
-- Floating terminal with toggleterm
require('toggleterm').setup {
open_mapping = [[<c-\>]],
direction = 'float',
close_on_exit = true,
}
-- The line beneath this is called `modeline`. See `:help modeline` -- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et -- vim: ts=2 sts=2 sw=2 et