Compare commits
No commits in common. "fd176004448d579f8f4fd45e0936b6b74d62fea5" and "85d57c402a05cd8fa5f2cdbb4be950a409448760" have entirely different histories.
fd17600444
...
85d57c402a
1 changed files with 5 additions and 10 deletions
|
@ -4,21 +4,16 @@ return {
|
||||||
dependencies = { "lervag/vimtex" },
|
dependencies = { "lervag/vimtex" },
|
||||||
config = function()
|
config = function()
|
||||||
-- vimtex
|
-- vimtex
|
||||||
vim.g.vimtex_view_method = "sioyek"
|
vim.g.vimtex_view_method = "zathura"
|
||||||
vim.g.vimtex_compiler_method = "tectonic"
|
vim.g.vimtex_compiler_method = "tectonic"
|
||||||
|
|
||||||
-- nvim-texlabconfig
|
-- nvim-texlabconfig
|
||||||
local tex_preview_executable = "zathura"
|
local tex_preview_executable = "zathura"
|
||||||
local tex_preview_args = {
|
local tex_preview_args = {
|
||||||
"--reuse-window",
|
"--synctex-editor-command",
|
||||||
"--execute-command",
|
[[nvim-texlabconfig -file '%%%{input}' -line %%%{line} -server ]] .. vim.v.servername,
|
||||||
"toggle_synctex", -- Open Sioyek in synctex mode.
|
"--synctex-forward",
|
||||||
"--inverse-search",
|
"%l:1:%f",
|
||||||
[[nvim-texlabconfig -file %%%1 -line %%%2 -server ]] .. vim.v.servername,
|
|
||||||
"--forward-search-file",
|
|
||||||
"%f",
|
|
||||||
"--forward-search-line",
|
|
||||||
"%l",
|
|
||||||
"%p",
|
"%p",
|
||||||
}
|
}
|
||||||
local texlab_build_executable = "tectonic"
|
local texlab_build_executable = "tectonic"
|
||||||
|
|
Loading…
Reference in a new issue