Cleanup dotfiles

This commit is contained in:
Corey Smith
2025-07-23 00:26:25 -07:00
parent 75c981e76d
commit e25d845bbf
33 changed files with 3394 additions and 0 deletions

View File

@ -0,0 +1,8 @@
return {
'stevearc/conform.nvim',
opts = {
formatters_by_ft = {
blade = { "blade-formatter" }
},
},
}