diff --git a/.config/nvim/lua/config/autocmds.lua b/.config/nvim/lua/config/autocmds.lua index 33ff3633..c0b2c994 100644 --- a/.config/nvim/lua/config/autocmds.lua +++ b/.config/nvim/lua/config/autocmds.lua @@ -24,7 +24,7 @@ vim.api.nvim_create_autocmd("FileType", { " \ {'name': 'R', 'mathmode': 1, 'concealchar': 'ℝ'}, " \ {'name': 'mathnote', 'mathmode': 1, 'nextgroup': 'texMathTextArg'}, " \ {'name': 'nospell', 'argspell': 0}, - \] + ] ]]) -- vim.g.vimtex_syntax_conceal = { -- math = 1,