Attempt to refactor config to be more maintainable

This commit is contained in:
2025-12-22 17:08:53 +00:00
parent 7125fd8858
commit baf431168a
13 changed files with 223 additions and 184 deletions

10
lua/plugins/lang/lua.lua Normal file
View File

@@ -0,0 +1,10 @@
return {
{
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
lua = { "stylua" },
},
},
},
}