Add linter support, isort for formatters and use jedi instead of basedpyright
This commit is contained in:
@@ -4,7 +4,7 @@ return {
|
||||
require("conform").setup {
|
||||
formatters_by_ft = {
|
||||
lua = { "stylua" },
|
||||
python = { "black" }
|
||||
python = { "isort", "black", lsp_format = "fallback" }
|
||||
},
|
||||
format_on_save = {
|
||||
timeout_ms = 500,
|
||||
|
||||
Reference in New Issue
Block a user