feat: add neovim config

This commit is contained in:
2025-10-14 16:21:00 +02:00
committed by GitHub
parent 43eeeed3d6
commit ca9980533b
12 changed files with 220 additions and 0 deletions

View File

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