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", "spellright.notificationClass": "warning",
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension", "vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyCharacter": "NONE", "vscodeMarkdownNotes.slugifyCharacter": "NONE",
"vim.handleKeys": { "vim.handleKeys": {
"[": false, "[": false,
"]": false, "]": false
} },
"[markdown]": { "[markdown]": {
"editor.tabSize": 2 "editor.tabSize": 2
}, },
"editor.quickSuggestions": { "editor.quickSuggestions": {
"other": true, "other": true,
"comments": true, "comments": true,
"strings": true "strings": true
} }
} }