neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(conform): set default json formatter to jq

+1 -1
+1 -1
lua/plugins/conform.lua
··· 17 17 ["scss"] = { "prettierd" }, 18 18 ["less"] = { "prettierd" }, 19 19 ["html"] = { "prettierd" }, 20 - ["json"] = { "prettierd" }, 20 + ["json"] = { "jq" }, 21 21 ["jsonc"] = { "prettierd" }, 22 22 ["yaml"] = { "prettierd" }, 23 23 ["markdown"] = { "prettierd" },