feat: config rewrite (#1)

This commit is contained in:
Patrick Canal
2026-05-23 09:25:51 +02:00
committed by GitHub
parent f992b47a95
commit c6b94479c2
17 changed files with 111 additions and 332 deletions
+8 -7
View File
@@ -1,17 +1,18 @@
{ ... }:
{
opts = {
cursorline = true;
number = true;
relativenumber = true;
signcolumn = "yes";
splitright = true;
splitbelow = true;
cursorline = true;
scrolloff = 5;
undofile = true;
ignorecase = true;
shiftwidth = 4;
signcolumn = "yes";
autoindent = true;
updatetime = 200;
smartcase = true;
gdefault = true;
ignorecase = true;
termguicolors = true;
gdefault = true;
cursorlineopt = "both";
};
}