fixup! feat(plugins): auto-formatting with conform.nvim

This commit is contained in:
Guz
2025-12-10 17:50:44 -03:00
parent fb5ea210ba
commit 430fefba32
2 changed files with 10 additions and 7 deletions

View File

@@ -239,4 +239,14 @@ lze.load({
lazy = not (#(vim.fs.root(0, ".git") or 0) > 0),
},
-- Formatting
{
"guess-indent.nvim",
after = function()
require("guess-indent").setup()
end,
cmd = "GuessIndent",
event = "BufEnter",
},
})