1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Seems like '' on fields doesn't work

This commit is contained in:
RGBCube 2023-11-08 09:52:45 +03:00
parent a51d20153b
commit a26bc30363
No known key found for this signature in database

View file

@ -17,13 +17,13 @@
};
settings.editor.auto-pairs = {
"(" = ")";
"{" = "}";
"[" = "]";
'"' = '"';
"'" = "'";
"<" = ">";
"`" = "`";
"(" = ")";
"{" = "}";
"[" = "]";
"\"" = "\"";
"'" = "'";
"<" = ">";
"`" = "`";
};
settings.editor.statusline.mode = {