1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: formatting

This commit is contained in:
2023-10-06 05:44:03 +02:00
parent 5ec85d22ad
commit 0accd779b2
2 changed files with 7 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ return {
formatters_by_ft = {
python = { "isort", "black" },
markdown = { "mdformat" },
},
}
}
}
}