about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs/treesitter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/nvim/plgs/treesitter/default.nix')
-rw-r--r--hm/soispha/conf/nvim/plgs/treesitter/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hm/soispha/conf/nvim/plgs/treesitter/default.nix b/hm/soispha/conf/nvim/plgs/treesitter/default.nix
index 9d30d6b9..21a29cfb 100644
--- a/hm/soispha/conf/nvim/plgs/treesitter/default.nix
+++ b/hm/soispha/conf/nvim/plgs/treesitter/default.nix
@@ -8,8 +8,7 @@
     # inject nixvim specific highlighting (eg in extraConfigLua).
     nixvimInjections = true;
 
-    # TODO: It would we wonderfull, if we could use treesitter in latex
-    disabledLanguages = ["latex"];
+    disabledLanguages = [];
 
     /*
     # TODO: this is not supported by the nixVim modlue, nixNeovim supports this though ..