add black and lint

This commit is contained in:
2025-07-16 23:13:25 +02:00
parent 0df503d095
commit acf897fb5c
3 changed files with 35 additions and 0 deletions

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

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