add spell check

This commit is contained in:
Satria 2026-06-23 08:25:22 +07:00
commit 1a059b929b

View file

@ -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";