Skip to content

Help Add custom concealing rule for VimTeX on neovim #2964

@martipares

Description

@martipares

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,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions