chore(nvim): jq , conform and copilot changes

This commit is contained in:
2024-03-19 03:01:05 +00:00
parent c2e34df035
commit f8772ccc16
3 changed files with 5 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,