add spell check
This commit is contained in:
parent
91b40f5344
commit
1a059b929b
1 changed files with 4 additions and 4 deletions
|
|
@ -3,12 +3,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.zed-editor;
|
package = pkgs.zed-editor;
|
||||||
extensions = [
|
extensions = [
|
||||||
"html" "html-snippets"
|
|
||||||
"svelte" "svelte-snippets"
|
|
||||||
"wakatime" "discord-presence"
|
"wakatime" "discord-presence"
|
||||||
"catppuccin" "catppuccin-icons"
|
"catppuccin" "catppuccin-icons"
|
||||||
"git-firefly"
|
"codebook"
|
||||||
"nix"
|
"git-firefly" "nix"
|
||||||
|
"html" "html-snippets"
|
||||||
|
"svelte" "svelte-snippets"
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
diff_view_style = "unified";
|
diff_view_style = "unified";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue