aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-03-29 16:50:32 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-03-29 16:50:32 -0500
commit233748515853272331ca66e27f5d7ed5b475ad14 (patch)
tree050c567a8acfa12736b55ec87444c0b71bee80ee /nvim
parenta0f0630e8a6a0ae05bf44a29da09f3c39cbf9bce (diff)
fix(nvim): enable conform for jsonc
Diffstat (limited to 'nvim')
-rw-r--r--nvim/.config/nvim/lua/plugins/conform.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/.config/nvim/lua/plugins/conform.lua b/nvim/.config/nvim/lua/plugins/conform.lua
index 2a1bd8d..2628dd0 100644
--- a/nvim/.config/nvim/lua/plugins/conform.lua
+++ b/nvim/.config/nvim/lua/plugins/conform.lua
@@ -11,6 +11,7 @@ local M = {
html = { "prettier" },
htmldjango = { "djlint" },
json = { "deno_fmt" },
+ jsonc = { "deno_fmt" },
lua = { "stylua" },
markdown = { "mdformat", "markdownlint" },
nginx = { "nginxbeautifier" },