From 7a6266c9e21cd03eab31e2b45c6ed127790ee917 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 8 Nov 2023 15:28:37 +0100 Subject: fix(hm/conf/nvim/plgs/vim-tex): Use treesitter highlight --- hm/soispha/conf/nvim/plgs/treesitter/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hm/soispha/conf/nvim/plgs/treesitter') 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 .. -- cgit 1.4.1