before we get too crazy
This commit is contained in:
parent
fe668b5b9e
commit
453d780695
21 changed files with 612 additions and 291 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
scope,
|
||||
getFlakePkg,
|
||||
...
|
||||
}:
|
||||
scope "user.programs.helix" {
|
||||
|
|
@ -14,9 +12,9 @@ scope "user.programs.helix" {
|
|||
cursorline = true;
|
||||
true-color = true;
|
||||
cursor-shape = {
|
||||
insert = "bar";
|
||||
insert = "block";
|
||||
normal = "block";
|
||||
select = "underline";
|
||||
select = "block";
|
||||
};
|
||||
statusline.left = [
|
||||
"mode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue