From 0148cd1553f8b275041aa0b2317efdc0c9ea9067 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 23:56:33 +0200 Subject: Fix(hm/conf/neovim/plugins/vimtex): Add comment about treesitter support --- home-manager/soispha/config/neovim/nixvim/plugins/vim-tex/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"]; -- cgit 1.4.1