From bfe5941c8198de886bdccc13186902f0c68fc2b7 Mon Sep 17 00:00:00 2001
From: Crony Akatsuki <crony@cronyakatsuki.xyz>
Date: Tue, 4 Feb 2025 20:35:29 +0100
Subject: [PATCH] Enable java/typescript support.

---
 modules/home-manager/neovim.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix
index f2014b5..479cb22 100644
--- a/modules/home-manager/neovim.nix
+++ b/modules/home-manager/neovim.nix
@@ -58,6 +58,9 @@
             enableTreesitter = true;
             enableFormat = true;
 
+            ts = {
+              enable = true;
+            };
             nix = {
               enable = true;
             };