vim:ftplug:tex: Escape underscores in macro-type
This commit is contained in:
@@ -17,3 +17,6 @@ let g:vimtex_compiler_latexmk = {
|
|||||||
" NOTE: Check zathurarc(5) if synctex is activated
|
" NOTE: Check zathurarc(5) if synctex is activated
|
||||||
let g:vimtex_context_pdf_viewer='zathura'
|
let g:vimtex_context_pdf_viewer='zathura'
|
||||||
let g:vimtex_view_method='zathura'
|
let g:vimtex_view_method='zathura'
|
||||||
|
|
||||||
|
" Escape underscores in macro-type
|
||||||
|
let g:macro_type_mappings['<Space>'] = '\_'
|
||||||
|
|||||||
Reference in New Issue
Block a user