yayyyy got vimtex to work properly now, opens up zathura

pull/1518/head
Arpan Swaroop 6 months ago
parent 8f5a2e15cd
commit 123a436c59

@ -88,7 +88,7 @@ P.S. You can delete this when you're done too. It's your config now! :)
-- See `:help mapleader` -- See `:help mapleader`
-- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used) -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)
vim.g.mapleader = ' ' vim.g.mapleader = ' '
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ','
-- Set to true if you have a Nerd Font installed and selected in the terminal -- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = true vim.g.have_nerd_font = true

@ -44,6 +44,7 @@ return {
init = function() init = function()
-- VimTeX configuration goes here, e.g. -- VimTeX configuration goes here, e.g.
vim.g.vimtex_view_method = 'zathura' vim.g.vimtex_view_method = 'zathura'
vim.g.vimtex_compiler_method = 'pdflatex'
end, end,
}, },
} }

Loading…
Cancel
Save