add vimtex plugin
This commit is contained in:
parent
5ea44bcc1d
commit
32c6139406
6
lua/custom/plugins/vimtex.lua
Normal file
6
lua/custom/plugins/vimtex.lua
Normal file
@ -0,0 +1,6 @@
|
||||
return {
|
||||
"lervag/vimtex",
|
||||
config = function()
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
end
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user