7 lines
151 B
Lua
7 lines
151 B
Lua
vim.pack.add{"https://github.com/stevearc/conform.nvim"}
|
|
|
|
require("conform").setup({
|
|
formatters_by_ft = {
|
|
python = { "isort", "black" },
|
|
},
|
|
})
|