Router wip

This commit is contained in:
Daniel Flanagan 2024-07-16 12:28:18 -05:00
parent 5f4f69ae26
commit a6052994f0
2 changed files with 8 additions and 3 deletions

View file

@ -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": {

View file

@ -634,6 +634,11 @@
rulers = [81 121];
cursorline = true;
inline-diagnostics = {
cursor-line = "hint";
other-lines = "error";
};
cursor-shape = {
normal = "block";
insert = "bar";