mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 08:20:05 +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()
|
||||
vim.g.vimtex_compiler_latexmk = {
|
||||
options = {
|
||||
'-lualatex',
|
||||
'-shell-escape',
|
||||
'-verbose',
|
||||
'-file-line-error',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue