mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-29 00:10:02 +02:00
8 lines
259 B
Lua
8 lines
259 B
Lua
return {
|
|
'lervag/vimtex',
|
|
lazy = false,
|
|
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'
|
|
end,
|
|
}
|