mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 16:47:24 +02:00
Ahora estoy usando LuaTex como compilador
This commit is contained in:
parent
c7f34d219d
commit
6c8a4d7e8e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
vim.g.vimtex_compiler_latexmk = {
|
vim.g.vimtex_compiler_latexmk = {
|
||||||
options = {
|
options = {
|
||||||
|
'-lualatex',
|
||||||
'-shell-escape',
|
'-shell-escape',
|
||||||
'-verbose',
|
'-verbose',
|
||||||
'-file-line-error',
|
'-file-line-error',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue