mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Seems like '' on fields doesn't work
This commit is contained in:
parent
a51d20153b
commit
a26bc30363
1 changed files with 7 additions and 7 deletions
|
@ -17,13 +17,13 @@
|
|||
};
|
||||
|
||||
settings.editor.auto-pairs = {
|
||||
"(" = ")";
|
||||
"{" = "}";
|
||||
"[" = "]";
|
||||
'"' = '"';
|
||||
"'" = "'";
|
||||
"<" = ">";
|
||||
"`" = "`";
|
||||
"(" = ")";
|
||||
"{" = "}";
|
||||
"[" = "]";
|
||||
"\"" = "\"";
|
||||
"'" = "'";
|
||||
"<" = ">";
|
||||
"`" = "`";
|
||||
};
|
||||
|
||||
settings.editor.statusline.mode = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue