remove toggleterm and references to it
This commit is contained in:
parent
aff3b8898c
commit
d923f3a7ad
3 changed files with 0 additions and 23 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue