From ed514a638dcfe9621e87284ee746e481ad039f72 Mon Sep 17 00:00:00 2001 From: isaacST08 <106057977+isaacST08@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:41:14 -0700 Subject: [PATCH] Added code/keyword md escaping for documentation in modules/plugins/languages/tex/default.nix Co-authored-by: raf --- modules/plugins/languages/tex/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/tex/default.nix b/modules/plugins/languages/tex/default.nix index 252e8615..be77a49e 100644 --- a/modules/plugins/languages/tex/default.nix +++ b/modules/plugins/languages/tex/default.nix @@ -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).