refined nvim latex config
This commit is contained in:
@@ -27,7 +27,6 @@ return {
|
||||
{ import = "astrocommunity.pack.php" },
|
||||
|
||||
{ import = "astrocommunity.markdown-and-latex.vimtex" },
|
||||
{ import = "astrocommunity.completion.cmp-latex-symbols" },
|
||||
|
||||
{ import = "astrocommunity.keybinding.nvcheatsheet-nvim" },
|
||||
-- import/override with your plugins folder
|
||||
|
||||
@@ -3,7 +3,7 @@ return {
|
||||
-- Make sure autosnippets are enabled globally
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
opts = function(_, _) require("luasnip").config.setup { enable_autosnippets = true } end,
|
||||
opts = function(_, opts) opts.enable_autosnippets = true end,
|
||||
},
|
||||
|
||||
-- The LaTeX snippets themselves
|
||||
|
||||
@@ -14,8 +14,6 @@ return {
|
||||
"-synctex=1",
|
||||
"-interaction=nonstopmode",
|
||||
"-file-line-error",
|
||||
-- remove if you don't need shell-escape:
|
||||
"-shell-escape",
|
||||
},
|
||||
}
|
||||
-- Option B (also helpful): make LuaLaTeX the default engine for latexmk
|
||||
|
||||
Reference in New Issue
Block a user