1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/vimtex.lua

11 lines
157 B
Lua
Raw Normal View History

2022-02-09 21:20:34 +01:00
local global = require("my.helpers").global
local M = {}
function M.setup()
-- Viewer method
global("vimtex_view_method", "zathura")
end
return M