mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
chore: add words to workspace dictionary to resolve cspell warnings
This commit is contained in:
parent
4aa4ca31f1
commit
340931c975
1 changed files with 19 additions and 0 deletions
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"exmap",
|
||||
"iunmap",
|
||||
"jscommand",
|
||||
"jsfile",
|
||||
"Keybinds",
|
||||
"keychord",
|
||||
"keymap",
|
||||
"nmap",
|
||||
"noremap",
|
||||
"nunmap",
|
||||
"obcommand",
|
||||
"pasteinto",
|
||||
"sendkeys",
|
||||
"unnamedplus",
|
||||
"vunmap"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue