nvim: add toggleterm

This commit is contained in:
Łukasz Pankowski 2023-08-03 11:56:28 +02:00
parent cbf8c1cd3d
commit c785d3927c

View File

@ -174,6 +174,15 @@ require('lazy').setup({
-- Configuration here, or leave empty to use defaults
})
end
},
{
'akinsho/toggleterm.nvim',
version = "*",
opts = {
direction = "float",
open_mapping = [[<C-\>]],
}
}
-- See: https://github.com/folke/lazy.nvim#-structuring-your-plugins