zed: Switch to typos plugin
All checks were successful
CI / build (push) Successful in 1m42s

This commit is contained in:
Fabian Hauser 2025-03-05 16:20:06 +02:00
parent 95739ba1f9
commit e70f04a451

View file

@ -4,7 +4,7 @@
enable = true;
extensions = [
"nix"
"cspell"
"typos"
"latex"
"sql"
"toml"
@ -21,8 +21,9 @@
];
extraPackages = with pkgs; [
nixd
nodePackages.cspell
direnv
typos
typos-lsp
];
userSettings = lib.importJSON ./zed-editor/settings.json;
};