mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
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:
parent
0f04df467f
commit
ed514a638d
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue