mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +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 changed files with 20 additions and 1 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"printfn.gemini-improved",
|
"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.edit.linkReferenceDefinitions": "withExtensions",
|
||||||
"foam.files.ignore": [
|
"foam.files.ignore": [
|
||||||
".github/**"
|
".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 a new issue