from-scratch rewrite #1

Open
kenobi wants to merge 50 commits from from-scratch into master
Showing only changes of commit 7c32724416 - Show all commits

View File

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