-
Notifications
You must be signed in to change notification settings - Fork 407
Help Add custom concealing rule for VimTeX on neovim #2964
Copy link
Copy link
Closed
Description
I am new to neovim so if someone could help me I would appreciate it very much.
My objective is to conceal a newcommand \Yo whit よ.
I have read the documentation on :help g:vimtex_syntax_custom_cmds, but I don't know how to adapt it to neovim.
I use LazyVim whit the tex and luasnip extras enabled.
My current configuration for vimtex is this: (~/.../vimtex.lua)
return {
"lervag/vimtex",
lazy = false,
init = function()
vim.g['vimtex_view_method'] = 'zathura_simple'
vim.g['vimtex_quickfix_mode'] = 0
vim.g['vimtex_mappings_enabled'] = 0
vim.g['vimtex_indent_enabled'] = 0
vim.g['tex_flavor'] = 'latex'
vim.g['tex_indent_items'] = 0
vim.g['tex_indent_brace'] = 0
vim.g['vimtex_context_pdf_viewer'] = 'okular'
vim.g['vimtex_log_ignore'] = ({
'Underfull',
'Overfull',
'specifier changed to',
'Token not allowed in a PDF string',
})
end,
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels