index
:
nvim
master
My neovim config.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
conf
/
plugins
/
vimtex.lua
blob: 660efda66766ea62da8541d0673b24c8e1bf85ca (
plain
) (
blame
)
1
2
3
4
5
return
{
"lervag/vimtex"
,
setup
=
function
()
vim
.
g
.
vimtex_view_method
=
"zathura"
end
}