From f4cbcd60a7f3e08cf73136484aae673820174c38 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 23:53:33 +0200 Subject: Feat(hm/conf/neovim): Use non-treesitter theme for latex files Vim tex doesnn't really not work with treesitter, and nightfox doesn't really work without treesitter thus a new colorscheme was chooses. --- .../soispha/config/neovim/nixvim/plugins/treesitter/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/treesitter') 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 .. -- cgit 1.4.1