We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In text environments like texttt, textit, or textbf, square brackets are concealed and replaced with no other character.
texttt
textit
textbf
Is this a bug or feature?
Thanks for the great plugin!
nvim -u minimal.lua test.tex
\textit{[]}
minimal.lua:
minimal.lua
vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "folke/flash.nvim", opts = {} }, -- add any other plugins here { "lervag/vimtex" } } }) vim.opt.conceallevel = 2
No
System info: OS: macOS 14.5 (23F79) Vim version: NVIM v0.10.1 Has clientserver: true Servername: /var/folders/pr/bshcrht5423cbhtz_ls_h_7r0000gp/T/nvim.simon.mandlik/3STFIJ/nvim.901 VimTeX project: test base: test.tex root: /Users/simon.mandlik/Downloads tex: /Users/simon.mandlik/Downloads/test.tex main parser: fallback current file document class: compiler: latexmk engine: -pdf options: -verbose -file-line-error -synctex=1 -interaction=nonstopmode callback: 1 continuous: 1 executable: latexmk viewer: General qf method: LaTeX logfile
The text was updated successfully, but these errors were encountered:
fix(syntax): use contained for texRefConcealedOpt2
9b3e5c8
refer: #2984
That's a bug! Thanks for reporting, and thanks for the kind words!
Sorry, something went wrong.
No branches or pull requests
Description
In text environments like
texttt
,textit
, ortextbf
, square brackets are concealed and replaced with no other character.Is this a bug or feature?
Thanks for the great plugin!
Steps to reproduce
nvim -u minimal.lua test.tex
\textit{[]}
and skip to next lineminimal.lua
:Do you use a latexmkrc file?
No
VimtexInfo
The text was updated successfully, but these errors were encountered: