[nvim] a bunch of things

This commit is contained in:
Afonso Franco 2024-03-17 12:32:47 +00:00
parent ae228da2ce
commit e296716fa2
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
14 changed files with 526 additions and 392 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,
},
})