mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 17:24:38 +02:00
feat: config rewrite (#1)
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ ... }:
|
||||
{
|
||||
plugins.cursorline = {
|
||||
enable = true;
|
||||
settings = {
|
||||
cursorline = {
|
||||
enable = true;
|
||||
timeout = 0;
|
||||
number = false;
|
||||
};
|
||||
cursorword = {
|
||||
enable = true;
|
||||
minLength = 3;
|
||||
hl = {
|
||||
underline = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user