remove toggleterm and references to it

This commit is contained in:
vladstojna 2023-07-18 19:56:35 +01:00 committed by vladstojna
parent aff3b8898c
commit d923f3a7ad
3 changed files with 0 additions and 23 deletions

View file

@ -1,16 +0,0 @@
return {
{
'akinsho/toggleterm.nvim',
version = "*",
opts = {},
config = function()
require('toggleterm').setup {
open_mapping = [[<c-\>]],
persist_mode = true,
direction = 'float',
shell = 'zsh',
close_on_exit = true,
}
end,
},
}