about summary refs log tree commit diff stats
path: root/home-manager/soispha
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 23:56:33 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 23:56:33 +0200
commit0148cd1553f8b275041aa0b2317efdc0c9ea9067 (patch)
tree4ee1fcc0e37a5c3b3facccbf29ae8ed7ea913ed6 /home-manager/soispha
parentRefactor(hm/conf/neovim/plugins/luasnip/snippets): Remove unnused ones (diff)
downloadnixos-config-0148cd1553f8b275041aa0b2317efdc0c9ea9067.zip
Fix(hm/conf/neovim/plugins/vimtex): Add comment about treesitter support
Diffstat (limited to 'home-manager/soispha')
-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"];