1
Fork 0

Many changes

This commit is contained in:
Matei Adriel 2022-11-01 16:48:18 +01:00
parent 104ae1ec42
commit 7c61e64fa8
14 changed files with 139 additions and 92 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -1,12 +1,10 @@
local global = require("my.helpers").global
local M = {}
function M.setup()
-- Viewer method
vim.g.vimtex_view_method = "zathura"
vim.g.Tex_DefaultTargetFormat = "pdf"
vim.g.vimtex_fold_enabled = 1
vim.g.vimtex_fold_enabled = 0
vim.g.vimtex_compiler_latexmk = {
options = {
"-pdf", "-shell-escape", "-verbose", "-file-line-error", "-synctex=1", "-interaction=nonstopmode"