add toggleterm

This commit is contained in:
Peter Weightman 2024-04-21 19:27:30 +01:00
parent f59a391996
commit ea9af9f1b2
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,6 @@
--
-- See the kickstart.nvim README for more information
return {
{ 'nvim-tree/nvim-web-devicons', opts = {} },
{
'folke/trouble.nvim',
config = function()
@ -29,4 +28,7 @@ return {
vim.keymap.set('n', '<leader>u', vim.cmd.UndotreeToggle)
end,
},
{ 'akinsho/toggleterm.nvim', version = '*', opts = {
open_mapping = [[<c-\>]],
} },
}