feat(nvim): add vimtex
This commit is contained in:
parent
68338f51e1
commit
c01affc2cc
@ -792,6 +792,14 @@ return packer.startup({
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Vim Latex Support
|
||||||
|
use({
|
||||||
|
"lervag/vimtex",
|
||||||
|
config = function()
|
||||||
|
vim.g.vimtext_view_method = "zathura"
|
||||||
|
end,
|
||||||
|
})
|
||||||
|
|
||||||
-- Leave at end!!!
|
-- Leave at end!!!
|
||||||
-- Install and deploy packer plugins
|
-- Install and deploy packer plugins
|
||||||
-- automatically
|
-- automatically
|
||||||
|
Loading…
Reference in New Issue
Block a user