chore(nvim): a bunch of things

This commit is contained in:
2024-03-17 12:32:47 +00:00
parent 9d8f5b9f53
commit b375840efb
13 changed files with 513 additions and 377 deletions

View File

@@ -0,0 +1,10 @@
require("conform").setup({
formatters_by_ft = {
python = { "black" },
javascript = { "prettierd" },
markdown = { "mdformat" },
},
format_on_save = {
lsp_fallback = true,
},
})