This commit is contained in:
mightypanders
2023-08-09 13:51:17 +02:00
parent a7a6f01464
commit 33ca9669de
45 changed files with 667 additions and 1751 deletions

View File

@ -0,0 +1,17 @@
return {
{
"akinsho/toggleterm.nvim",
version = "*",
opts = {
open_mapping = [[<c-y>]],
hide_numbers = true,
direction = "float",
float_opts = {
border = "curved",
},
winbar = {
enabled = false,
},
},
},
}