mirror of
https://mau.dev/andreijiroh.dev/website
synced 2024-09-13 14:43:13 +00:00
chore(global): regular updates to configs
Somewhat related to https://github.com/andreijiroh-dev/personal-launchpad/issues/4, but maybe not? Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
28de3a0527
commit
b310751cd6
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -1,6 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"printfn.gemini-improved",
|
||||
"DavidAnson.vscode-markdownlint"
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"streetsidesoftware.code-spell-checker"
|
||||
]
|
||||
}
|
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -33,5 +33,11 @@
|
||||
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
||||
"foam.files.ignore": [
|
||||
".github/**"
|
||||
],
|
||||
"cSpell.words": [
|
||||
"Autist",
|
||||
"BDFL",
|
||||
"gatekeep",
|
||||
"Yubikey"
|
||||
]
|
||||
}
|
12
cspell.json
Normal file
12
cspell.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"ignorePaths": [],
|
||||
"dictionaryDefinitions": [],
|
||||
"dictionaries": [],
|
||||
"words": [
|
||||
"Neurodivergence",
|
||||
"neurodivergent"
|
||||
],
|
||||
"ignoreWords": [],
|
||||
"import": []
|
||||
}
|
Loading…
Reference in New Issue
Block a user