Many changes
This commit is contained in:
parent
104ae1ec42
commit
7c61e64fa8
14 changed files with 139 additions and 92 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue