AutoYADM commit: 2024-11-12 20:15:02
This commit is contained in:
parent
9924f11acb
commit
9b608a29ed
1 changed files with 3 additions and 1 deletions
|
@ -5,8 +5,10 @@ return {
|
|||
vim.g.vimtex_mappings_disable = { ["n"] = { "K" } } -- disable `K` as it conflicts with LSP hover
|
||||
vim.g.vimtex_quickfix_method = vim.fn.executable("pplatex") == 1 and "pplatex" or "latexlog"
|
||||
vim.g.vimtex_viewer_method = "zathura"
|
||||
vim.g.vimtex_view_general_viewer = "zathura"
|
||||
vim.g.vimtex_quickfix_open_on_warning = 0
|
||||
vim.g.vimtex_compiler_silent = 1
|
||||
-- vim.g.vimtex_compiler_silent = 1
|
||||
vim.g.vimtex_compiler_method = "tectonic"
|
||||
end,
|
||||
keys = {
|
||||
{ "<localLeader>l", "", desc = "+vimtex" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue