summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/vimtex.lua
blob: c6514c2f26eed341f2c64853a42e96b70e7498d8 (plain) (blame)
1
2
3
4
5
return { 'lervag/vimtex',
  setup = function()
    vim.g.vimtex_view_method = "zathura"
  end
}