refined nvim latex config

This commit is contained in:
Matthias Puchstein
2025-11-12 19:48:00 +01:00
parent 1426cb94cd
commit 3f16b24049
3 changed files with 1 additions and 4 deletions

View File

@@ -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