Added code/keyword md escaping for documentation in modules/plugins/languages/tex/default.nix

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
isaacST08 2025-02-11 19:41:14 -07:00 committed by Ching Pei Yang
commit 290f4e5b08

View file

@ -26,7 +26,7 @@ in {
default = false;
example = true;
description = ''
Whether to set the vim.g.tex_flavor (g:tex_flavor) option in your lua config.
Whether to set the `vim.g.tex_flavor` (`g:tex_flavor`) option in your Lua config.
When opening a .tex file vim will try to automatically try to determine the file type from
the three options: plaintex (for plain TeX), context (for ConTeXt), or tex (for LaTeX).