about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/vim-tex/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/vim-tex/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/vim-tex/default.nix
index 39825fd3..9b5cea5e 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/vim-tex/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/vim-tex/default.nix
@@ -14,6 +14,10 @@
         tex_conceal = "abdmg";
         tex_flavor = "latex";
 
+        # Useful if treesitter is the highlighter
+        #syntax_enabled = 0;
+        #syntax_conceal_disable = 1;
+
         mappings_disable = {
           n = ["tsf" "tsc" "tse" "ts$" "tsd" "tsD"];
           x = ["tsd" "tsD" "tsf"];