plugin: add toggleterm

This commit is contained in:
Hendrik Brinkmann 2025-05-13 13:12:08 +02:00
parent aa08dcb756
commit 590600ac7f
No known key found for this signature in database
GPG key ID: 599B7662EC440363
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
return {
{
'akinsho/toggleterm.nvim',
version = '*',
config = function()
require('toggleterm').setup()
end,
},
}