Add linter support, isort for formatters and use jedi instead of basedpyright

This commit is contained in:
Zam Kokott
2025-11-17 11:33:36 +00:00
parent dd981c1a1f
commit b00d96f033
5 changed files with 21 additions and 15 deletions

View File

@@ -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,