feat: add typescript support

This commit is contained in:
Teesh 2026-03-18 22:55:27 +02:00
parent 0cd31bca40
commit 12574fdbc1

View file

@ -24,6 +24,7 @@
alejandra
statix
zls
vtsls
vimPlugins.nvim-treesitter.withAllGrammars
]
@ -133,6 +134,8 @@
lang.erlang.installDependencies = true;
lang.zig.enable = true;
lang.zig.installDependencies = true;
lang.typescript.enable = true;
lang.typescript.installDependencies = true;
# only reason we don't add `pkgs.claude-code` to base is because base is meant to be things for servers,
# we do need neovim on the server but we don't need a clanker on there too!