Compare commits
No commits in common. "afbbe297513100639806401a4b84e66f99897bc7" and "2e52bc9839e37c3814841f72da8b9a8c7e01f4b9" have entirely different histories.
afbbe29751
...
2e52bc9839
@ -18,8 +18,3 @@ snippet it "item"
|
|||||||
\item $0
|
\item $0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
snippet listing "Listing"
|
|
||||||
\begin{lstlisting}
|
|
||||||
$0
|
|
||||||
\end{lstlisting}
|
|
||||||
endsnippet
|
|
||||||
|
|||||||
@ -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
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user