dotfiles/home/modules/vscode/config/extensions.nix

17 lines
355 B
Nix
Raw Normal View History

2025-01-08 01:05:45 -06:00
{pkgs, ...}:
with pkgs.vscode-extensions; [
catppuccin.catppuccin-vsc
eamodio.gitlens
elmtooling.elm-ls-vscode
esbenp.prettier-vscode
haskell.haskell
james-yu.latex-workshop
jnoortheen.nix-ide
kamadorueda.alejandra
mattn.lisp
mkhl.direnv
pkief.material-icon-theme
streetsidesoftware.code-spell-checker
tamasfe.even-better-toml
]