Changed MacOS pdf viewer to sioyek

This commit is contained in:
Eduardo Cueto-Mendoza 2024-12-17 11:49:19 +00:00
parent f666065fa6
commit da65c61a5a
1 changed files with 4 additions and 4 deletions

View File

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