Merge upstream changes
This commit is contained in:
commit
18da6770c8
2 changed files with 9 additions and 1 deletions
7
lua/custom/plugins/vimtex.lua
Normal file
7
lua/custom/plugins/vimtex.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"lervag/vimtex",
|
||||
lazy = false,
|
||||
init = function ()
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue