As of my update to 81313f1 matchup seems to have completely stopped working in LaTeX files. (It works in other files just fine.)
- vim version:
NVIM v0.11.3, Build type: RelWithDebInfo, LuaJIT 2.1.1748459687
- Fails under both classic and treesitter.
- Highlight any environment / brace / parenthesis.
% doesn't bounce, nothing is highlighted.
Minimal Working Example
vim.env.LAZY_STDPATH = '.repro'
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
-- Setup lazy.nvim
require("lazy.minit").repro({
spec = {
{ 'andymass/vim-matchup',
init = function ()
vim.g.matchup_matchparen_offscreen = { method = "popup" }
vim.g.matchup_override_vimtex = 1
end
},
"nvim-treesitter/nvim-treesitter",
},
})
Edit: To see the bug you also need to TSInstall latex
As of my update to
81313f1matchup seems to have completely stopped working in LaTeX files. (It works in other files just fine.)NVIM v0.11.3, Build type: RelWithDebInfo, LuaJIT 2.1.1748459687%doesn't bounce, nothing is highlighted.Minimal Working Example
Edit: To see the bug you also need to
TSInstall latex