added toggleterm

This commit is contained in:
2022-04-02 02:22:16 +02:00
parent f0f1c35740
commit 99e257dbc1
2 changed files with 36 additions and 0 deletions

View File

@@ -162,6 +162,10 @@ return require('packer').startup(function()
})
end,
})
use({
'akinsho/toggleterm.nvim',
config = get_setup('toggleterm')
})
if packer_bootstrap then
require('packer').sync()
end