[UPDATE] formating and some wezterm settings

This commit is contained in:
Daveanand Mannie
2025-02-09 19:38:59 -05:00
parent 88de1d9c40
commit edb7454e48
4 changed files with 17 additions and 20 deletions

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

@@ -0,0 +1,12 @@
return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
-- python = { "ruff" },
python = { "black" },
},
},
dependencies = {
"mason.nvim",
},
}