oops broke toggleterm

This commit is contained in:
iofq 2024-09-07 12:49:54 -05:00
parent 6831ace589
commit cee522f27d

View file

@ -13,6 +13,7 @@ return {
'akinsho/toggleterm.nvim', 'akinsho/toggleterm.nvim',
event = 'VeryLazy', event = 'VeryLazy',
opts = { opts = {
open_mapping = [[<C-\>]],
direction = 'float', direction = 'float',
close_on_exit = true, close_on_exit = true,
autochdir = true, autochdir = true,