Neovim, add typescript support

This commit is contained in:
Julia Lange 2025-07-01 10:44:39 -07:00
parent eb533ddd83
commit 2d262b0fba
3 changed files with 15 additions and 2 deletions

View file

@ -58,6 +58,7 @@
c.enable = true;
nix.enable = true;
rust.enable = true;
typescript.enable = true;
};
neovim.plugins = {
comments.enable = true;