AutoYADM commit: 2024-12-26 01:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-26 01:00:02 -05:00
parent f150895011
commit 286d6d8e61

View file

@ -1,4 +1,5 @@
return { return {
{
"lervag/vimtex", "lervag/vimtex",
lazy = false, lazy = false,
config = function() config = function()
@ -13,4 +14,16 @@ return {
keys = { keys = {
{ "<localLeader>l", "", desc = "+vimtex" }, { "<localLeader>l", "", desc = "+vimtex" },
}, },
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
-- requires install via AUR
-- TODO: add to mason registry?
tex = { "tex-fmt" },
},
},
},
} }