new neovim config

This commit is contained in:
2025-05-12 18:25:18 +02:00
parent 6cb36b4fd4
commit bffed8ecbe
12 changed files with 191 additions and 128 deletions

View File

@@ -0,0 +1,9 @@
return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
python = { "black" },
c = { "clang-format" }
},
},
}