Add vimtex
This commit is contained in:
parent
4e08a4ddd0
commit
84c8416b9e
1 changed files with 7 additions and 0 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