install typescript lsp for nvim

This commit is contained in:
wi11-holdsworth 2025-09-04 14:01:20 +10:00
parent 32f04d5e47
commit 776471b364

View file

@ -96,6 +96,9 @@ in
# syntax highlighting
treesitter.enable = true;
}
// lib.optionalAttrs config.dev.enable {
typescript-tools.enable = true;
};
};
};