mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 16:47:24 +02:00
Agregué el soporte en vimtex para poder usar gnuplots para gráficos mas potentes.
This commit is contained in:
parent
6edc696f04
commit
8a94b47a08
1 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,17 @@
|
|||
return {
|
||||
'lervag/vimtex',
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.g.vimtex_compiler_latexmk = {
|
||||
options = {
|
||||
'-shell-escape',
|
||||
'-verbose',
|
||||
'-file-line-error',
|
||||
'-synctex=1',
|
||||
'-interaction=nonstopmode',
|
||||
},
|
||||
}
|
||||
end,
|
||||
init = function()
|
||||
vim.g.vimtex_view_general_viewer = 'C:/Users/ricar/AppData/Local/SumatraPDF/SumatraPDF.exe'
|
||||
vim.g.vimtex_view_general_options = '-reuse-instance -forward-search @tex @line @pdf'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue