summaryrefslogtreecommitdiff
path: root/lua/plugins/vimtex.lua
blob: db88ff0d553ed59ef88c5685c6fe2db034b12680 (plain) (blame)
1
2
3
4
5
6
7
8
9
return {
	"lervag/vimtex",
	lazy = false,     -- we don't want to lazy load VimTeX
	-- tag = "v2.15", -- uncomment to pin to a specific release
	init = function()
		-- VimTeX configuration goes here, e.g.
		vim.g.vimtex_view_method = "zathura"
	end
}