1
Fork 0

feat: latex stuff

This commit is contained in:
Matei Adriel 2022-02-09 22:20:34 +02:00
parent ce832a3ca2
commit 6dd9ebbb6e
8 changed files with 60 additions and 5 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -0,0 +1,10 @@
local global = require("my.helpers").global
local M = {}
function M.setup()
-- Viewer method
global("vimtex_view_method", "zathura")
end
return M