mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 06:56:19 +00:00
settings.json for foam
This commit is contained in:
Vendored
+12
-12
@@ -23,16 +23,16 @@
|
||||
"spellright.notificationClass": "warning",
|
||||
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
|
||||
"vscodeMarkdownNotes.slugifyCharacter": "NONE",
|
||||
"vim.handleKeys": {
|
||||
"[": false,
|
||||
"]": false,
|
||||
}
|
||||
"[markdown]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"editor.quickSuggestions": {
|
||||
"other": true,
|
||||
"comments": true,
|
||||
"strings": true
|
||||
}
|
||||
"vim.handleKeys": {
|
||||
"[": false,
|
||||
"]": false
|
||||
},
|
||||
"[markdown]": {
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"editor.quickSuggestions": {
|
||||
"other": true,
|
||||
"comments": true,
|
||||
"strings": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user