feat: first commit

This commit is contained in:
Patrick
2026-02-08 10:16:40 +01:00
committed by Superredstone
commit 0b4617b552
20 changed files with 1389 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{ ... }:
{
opts = {
number = true;
relativenumber = true;
signcolumn = "yes";
splitright = true;
splitbelow = true;
cursorline = true;
scrolloff = 5;
undofile = true;
ignorecase = true;
smartcase = true;
gdefault = true;
termguicolors = true;
};
}