refined nvim latex config

This commit is contained in:
2025-11-12 19:48:00 +01:00
parent 3882349c80
commit 8e053799fd
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