Using Zathura on MacOS
This commit is contained in:
parent
b17ba11591
commit
0f68973179
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue