forked from jan-leila/nix-config
added spell check words
This commit is contained in:
parent
1cef697f9b
commit
dd6046af27
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"workbench.colorTheme" = "Atom One Dark";
|
"workbench.colorTheme" = "Atom One Dark";
|
||||||
|
"cSpell.userWords" = [
|
||||||
|
"webdav"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
extensions = with extensions.open-vsx;
|
extensions = with extensions.open-vsx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue