[UPDATE] formating and some wezterm settings
This commit is contained in:
12
lua/plugins/conform.lua
Normal file
12
lua/plugins/conform.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
-- python = { "ruff" },
|
||||
python = { "black" },
|
||||
},
|
||||
},
|
||||
dependencies = {
|
||||
"mason.nvim",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user