fix: dap
This commit is contained in:
parent
b0664537c3
commit
85094f82ab
6 changed files with 28 additions and 17 deletions
4
nvim/lua/settings/vimtex.lua
Normal file
4
nvim/lua/settings/vimtex.lua
Normal file
|
|
@ -0,0 +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'")
|
||||
Loading…
Add table
Add a link
Reference in a new issue