[nvim] jq , conform and copilot changes

This commit is contained in:
Afonso Franco 2024-03-19 03:01:05 +00:00
parent a54c50e692
commit 39dbb51857
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
4 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,7 @@ require("conform").setup({
python = { "black" },
javascript = { "prettierd" },
markdown = { "mdformat" },
json = {"jq"}
},
format_on_save = {
lsp_fallback = true,