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
+20
View File
@@ -0,0 +1,20 @@
{ ... }:
{
plugins.cursorline = {
enable = true;
settings = {
cursorline = {
enable = true;
timeout = 0;
number = false;
};
cursorword = {
enable = true;
minLength = 3;
hl = {
underline = true;
};
};
};
};
}