Skip to content
Snippets Groups Projects
Commit e6ef3988 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Add words to user dictionary, ignore vim config

parent 2748b7ae
No related branches found
No related tags found
No related merge requests found
......@@ -63,11 +63,75 @@
"cSpellExt.enableDictionaries": [
"swedish"
],
// Specify paths/files to ignore.
"cSpell.ignorePaths": [
".vim", // this will ignore .vim
"nvim", // this will ignore nvim
"**/.config/**", // this will ignore nvim
"vscode-extension", //
".git", // Ignore the .git directory
".pijul", // Ignore the .git directory
"*.dll", // Ignore all .dll files.
"**/*.orig" // Ignore all .dll files
],
"cSpell.userWords": [
"ATSAMD's",
"CFDPRESC",
"Clks",
"Dplls",
"Gclk",
"IMULT",
"IPTAT",
"KCTRL",
"MCLK",
"NVMCTRL",
"OSCCTRL",
"RTIC",
"RTIC's",
"Trng",
"XOUT",
"ahbs",
"apbs",
"atsamd",
"defmt"
"behavior",
"cfden",
"cstep",
"datasheet",
"defmt",
"dfll",
"dfllctrla",
"dfllctrlb",
"dfllmul",
"dfllsync",
"dfllval",
"dpll",
"enalc",
"fstep",
"gclkio",
"gclks",
"gpio",
"implementors",
"lowbufgain",
"mult",
"ondemand",
"osculp",
"overdriven",
"pclk",
"pclks",
"predivider",
"prescale",
"prescaler",
"rtcosc",
"runstdby",
"sercom",
"structs",
"swben",
"thumbv",
"typelevel",
"typenum",
"typestates",
"xosc",
"xoscctrl",
"xtalen"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment