from-scratch rewrite #1

Merged
kenobi merged 54 commits from from-scratch into master 2025-06-26 08:53:34 +02:00
44 changed files with 943 additions and 758 deletions
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,
},
},
},
}