feat: latex stuff
This commit is contained in:
parent
ce832a3ca2
commit
6dd9ebbb6e
8 changed files with 60 additions and 5 deletions
dotfiles/neovim/lua/my/plugins
10
dotfiles/neovim/lua/my/plugins/vimtex.lua
Normal file
10
dotfiles/neovim/lua/my/plugins/vimtex.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue