Add vimtex
This commit is contained in:
parent
4e08a4ddd0
commit
84c8416b9e
|
@ -0,0 +1,7 @@
|
||||||
|
return {
|
||||||
|
"lervag/vimtex",
|
||||||
|
lazy = false,
|
||||||
|
init = function ()
|
||||||
|
vim.g.vimtex_view_method = "zathura"
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue