chore: update keymap docs
This commit is contained in:
parent
85094f82ab
commit
a5807ed93c
4 changed files with 35 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
vim.cmd("let g:vimtex_quickfix_mode=0")
|
||||
vim.cmd("let g:vimtex_view_general_viewer = 'evince'")
|
||||
vim.cmd("let g:vimtex_compiler_method = 'latexmk'")
|
||||
vim.cmd("let g:vimtex_latexmk_options = '-pdf -shell-escape -verbose -file-line-error -synctex=1 -interaction=nonstopmode'")
|
||||
vim.cmd("let g:vimtex_compiler_latexmk = {'options': ['-pdf', '-shell-escape', '-file-line-error', '-synctex=1', '-interaction=nonstopmode',],}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue