Compare commits
No commits in common. "85d57c402a05cd8fa5f2cdbb4be950a409448760" and "403c4adf138746aaf5920f10ce3a74e5455944d7" have entirely different histories.
85d57c402a
...
403c4adf13
1 changed files with 3 additions and 9 deletions
|
@ -4,18 +4,12 @@ return {
|
|||
dependencies = { "lervag/vimtex" },
|
||||
config = function()
|
||||
-- vimtex
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
vim.g.vimtex_view_method = "skim"
|
||||
vim.g.vimtex_compiler_method = "tectonic"
|
||||
|
||||
-- nvim-texlabconfig
|
||||
local tex_preview_executable = "zathura"
|
||||
local tex_preview_args = {
|
||||
"--synctex-editor-command",
|
||||
[[nvim-texlabconfig -file '%%%{input}' -line %%%{line} -server ]] .. vim.v.servername,
|
||||
"--synctex-forward",
|
||||
"%l:1:%f",
|
||||
"%p",
|
||||
}
|
||||
local tex_preview_executable = "/Applications/Skim.app/Contents/SharedSupport/displayline"
|
||||
local tex_preview_args = { "%l", "%p", "%f" }
|
||||
local texlab_build_executable = "tectonic"
|
||||
local texlab_build_args = {
|
||||
"-X",
|
||||
|
|
Loading…
Reference in a new issue