Use zathura with vimtex
This commit is contained in:
parent
df316128cd
commit
b1be29b39c
@ -45,6 +45,7 @@ vim.api.nvim_create_autocmd("FileType", {
|
||||
callback = function()
|
||||
-- vimtex configuration
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
vim.g.vimtex_view_general_viewer = 'zathura'
|
||||
vim.g.maplocalleader = ' '
|
||||
-- Legacy shortcut from my vim-latexsuite days
|
||||
vim.api.nvim_set_keymap("n", "<Leader>ls", ":VimtexView<CR>",
|
||||
|
Loading…
Reference in New Issue
Block a user