chore(nvim): a bunch of things

This commit is contained in:
Afonso Franco 2024-03-17 12:32:47 +00:00
parent 9d8f5b9f53
commit b375840efb
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
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,
},
})