Router wip
This commit is contained in:
parent
5f4f69ae26
commit
a6052994f0
2 changed files with 8 additions and 3 deletions
|
@ -120,11 +120,11 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1719626901,
|
||||
"narHash": "sha256-uNPtomiPPWHAqZXc24+gL13FIrW+nShM9tfmtfyPqQU=",
|
||||
"lastModified": 1721100689,
|
||||
"narHash": "sha256-ALcANRhsPzmY8CNvXWWxI5yc72cH9v6t49N7S+spBqs=",
|
||||
"owner": "helix-editor",
|
||||
"repo": "helix",
|
||||
"rev": "dca952c03ac1d3beab1e4b203648e3a31181dbf1",
|
||||
"rev": "22a051408a467ff8b3e43457961d5497903dc7d0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -634,6 +634,11 @@
|
|||
rulers = [81 121];
|
||||
cursorline = true;
|
||||
|
||||
inline-diagnostics = {
|
||||
cursor-line = "hint";
|
||||
other-lines = "error";
|
||||
};
|
||||
|
||||
cursor-shape = {
|
||||
normal = "block";
|
||||
insert = "bar";
|
||||
|
|
Loading…
Reference in a new issue