This commit is contained in:
Oscar Plaisant
2024-05-14 10:51:40 +02:00
parent f71d6b0503
commit 66c143b7b3
164 changed files with 25026 additions and 13829 deletions

View File

@@ -15,7 +15,7 @@
"delayMilliSeconds": 0,
"disableSuggestionsDuringImeOn": false,
"disableSuggestionsInMathBlock": true,
"insertAfterCompletion": true,
"insertSpaceAfterCompletion": false,
"firstCharactersDisableSuggestions": ":/^",
"patternsToSuppressTrigger": [
"^~~~.*",
@@ -37,8 +37,10 @@
],
"select with custom alias": [
{
"modifiers": [],
"key": "ArrowRight",
"modifiers": [
"Shift"
],
"key": "Tab",
"hideHotkeyGuide": false
}
],
@@ -71,11 +73,13 @@
"enableCurrentFileComplement": false,
"currentFileMinNumberOfCharacters": 0,
"onlyComplementEnglishOnCurrentFileComplement": false,
"excludeCurrentFileWordPatterns": [],
"enableCurrentVaultComplement": false,
"currentVaultMinNumberOfCharacters": 2,
"includeCurrentVaultPathPrefixPatterns": "",
"excludeCurrentVaultPathPrefixPatterns": "",
"includeCurrentVaultOnlyFilesUnderCurrentDirectory": false,
"excludeCurrentVaultWordPatterns": [],
"enableCustomDictionaryComplement": false,
"customDictionaryPaths": "https://raw.githubusercontent.com/first20hours/google-10000-english/master/google-10000-english-no-swears.txt",
"columnDelimiter": "Tab",
@@ -105,6 +109,7 @@
},
"disableOnMobile": false,
"showLogAboutPerformanceInConsole": false,
"insertAfterCompletion": true,
"selectionHistoryTree": {},
"useCommonPrefixCompletionOfSuggestion": false,
"selectSuggestionKeys": "Tab",