settings.json for foam

This commit is contained in:
2021-08-01 00:50:24 +02:00
parent ea41e604a8
commit 093a132d96
+12 -12
View File
@@ -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
}
}