diff --git a/.config/nvim/lua/config/autocmds.lua b/.config/nvim/lua/config/autocmds.lua index 65dcefce..33ff3633 100644 --- a/.config/nvim/lua/config/autocmds.lua +++ b/.config/nvim/lua/config/autocmds.lua @@ -20,8 +20,8 @@ vim.api.nvim_create_autocmd("FileType", { hi def link mathInline Statement let g:vimtex_syntax_custom_cmds = [ " \ {'name': 'vct', 'mathmode': 1, 'argstyle': 'bold'}, - " \ {'name': 'R', 'cmdre': 'R>', 'mathmode': 1, 'concealchar': 'ℝ'}, - \ {'name': 'R', 'mathmode': 1, 'concealchar': 'ℝ'}, + \ {'name': 'oplus', 'mathmode': 1, 'concealchar': 'ℝ'}, + " \ {'name': 'R', 'mathmode': 1, 'concealchar': 'ℝ'}, " \ {'name': 'mathnote', 'mathmode': 1, 'nextgroup': 'texMathTextArg'}, " \ {'name': 'nospell', 'argspell': 0}, \]