Neovim, add typescript support

This commit is contained in:
Julia Lange 2025-07-01 10:44:39 -07:00
parent f648219d12
commit 8896fc46fd
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
3 changed files with 15 additions and 2 deletions

View file

@ -25,6 +25,7 @@ in {
p.tree-sitter-go
p.tree-sitter-nix
p.tree-sitter-rust
p.tree-sitter-typescript
];
in with pkgs.vimPlugins; [
{