feat: add typescript support
This commit is contained in:
parent
0cd31bca40
commit
12574fdbc1
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
alejandra
|
alejandra
|
||||||
statix
|
statix
|
||||||
zls
|
zls
|
||||||
|
vtsls
|
||||||
|
|
||||||
vimPlugins.nvim-treesitter.withAllGrammars
|
vimPlugins.nvim-treesitter.withAllGrammars
|
||||||
]
|
]
|
||||||
|
|
@ -133,6 +134,8 @@
|
||||||
lang.erlang.installDependencies = true;
|
lang.erlang.installDependencies = true;
|
||||||
lang.zig.enable = true;
|
lang.zig.enable = true;
|
||||||
lang.zig.installDependencies = 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,
|
# 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!
|
# we do need neovim on the server but we don't need a clanker on there too!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue