about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/treesitter
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix
index 4aca6887..d206b2a9 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/treesitter/default.nix
@@ -9,7 +9,7 @@
     nixvimInjections = true;
 
     # TODO It would we wonderfull, if we could use treesitter in latex
-    #disabledLanguages = ["latex"];
+    disabledLanguages = ["latex"];
 
     /*
     # TODO this is not supported by the nixVim modlue, nixNeovim supports this though ..