From 8c94d5a60925d2180ba46728794c1d33b591ef95 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 8 Nov 2024 03:35:01 -0500 Subject: [PATCH] Auto commit: 2024-11-08 03:35:01 --- .config/nvim/lua/config/autocmds.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}, \]