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;
|
||||
package = pkgs.zed-editor;
|
||||
extensions = [
|
||||
"html" "html-snippets"
|
||||
"svelte" "svelte-snippets"
|
||||
"wakatime" "discord-presence"
|
||||
"catppuccin" "catppuccin-icons"
|
||||
"git-firefly"
|
||||
"nix"
|
||||
"codebook"
|
||||
"git-firefly" "nix"
|
||||
"html" "html-snippets"
|
||||
"svelte" "svelte-snippets"
|
||||
];
|
||||
userSettings = {
|
||||
diff_view_style = "unified";
|
||||
|
|
|
|||
Loading…
Reference in a new issue