Add snippets directory

master
Hektor Misplon 2020-09-06 00:09:16 +02:00
parent 57ae025225
commit 17a31498c2
1 changed files with 3 additions and 1 deletions

View File

@ -52,5 +52,7 @@
"emmet.includeLanguages": { "javascript": "javascriptreact" },
"javascript.suggestionActions.enabled": false,
"svelte.plugin.typescript.diagnostics.enable": false
"svelte.plugin.typescript.diagnostics.enable": false,
"snippets.userSnippetsDirectory": "~/.vim/snips/"
}