This commit is contained in:
2026-01-26 16:04:02 -06:00
parent d9dbec840a
commit eab1653d4e
4 changed files with 19 additions and 28 deletions

6
lua/plugins/conform.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
{
"stevearc/conform.nvim",
opts = require "configs.conform",
}
}