diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 23:56:33 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 23:56:33 +0200 |
commit | 0148cd1553f8b275041aa0b2317efdc0c9ea9067 (patch) | |
tree | 4ee1fcc0e37a5c3b3facccbf29ae8ed7ea913ed6 /home-manager/soispha | |
parent | Refactor(hm/conf/neovim/plugins/luasnip/snippets): Remove unnused ones (diff) | |
download | nixos-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.nix | 4 |
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"]; |