Compare commits

..

No commits in common. "afbbe297513100639806401a4b84e66f99897bc7" and "2e52bc9839e37c3814841f72da8b9a8c7e01f4b9" have entirely different histories.

2 changed files with 0 additions and 24 deletions

View File

@ -18,8 +18,3 @@ snippet it "item"
\item $0
endsnippet
snippet listing "Listing"
\begin{lstlisting}
$0
\end{lstlisting}
endsnippet

View File

@ -1,19 +0,0 @@
return {
"lervag/vimtex",
lazy = false, -- we don't want to lazy load VimTeX
-- tag = "v2.15", -- uncomment to pin to a specific release
init = function()
vim.g.vimtex_view_method = "zathura"
vim.g.vimtex_compiler_latexmk = {
options = {
"-pdf",
"-shell-escape",
"-verbose",
"-file-line-error",
"-synctex=1",
"-interaction=nonstopmode",
},
}
end
}