Using Zathura on MacOS

This commit is contained in:
Eduardo Cueto-Mendoza 2024-09-25 15:19:10 +01:00
parent b17ba11591
commit 0f68973179
1 changed files with 4 additions and 2 deletions

View File

@ -224,8 +224,10 @@ then
vim.cmd [[autocmd CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]]
-- Vimtex options:
vim.g.vimtex_view_method = "skim"
vim.g.vimtex_general_viewer = "skim"
-- vim.g.vimtex_view_method = "skim"
-- vim.g.vimtex_general_viewer = "skim"
vim.g.vimtex_view_method = "zathura"
vim.g.vimtex_general_viewer = "zathura"
vim.g.vimtex_quickfix_mode = 0
-- Ignore mappings