From 30fc7bf0a87284c23d91121fecad1bcae135f248 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Wed, 26 Jun 2024 18:52:27 -0400 Subject: [PATCH] feat(lazyvim): add json to lint config --- user/modules/nvim/lua/plugins/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/user/modules/nvim/lua/plugins/lsp.lua b/user/modules/nvim/lua/plugins/lsp.lua index 4f2893d..ea923ed 100644 --- a/user/modules/nvim/lua/plugins/lsp.lua +++ b/user/modules/nvim/lua/plugins/lsp.lua @@ -70,6 +70,7 @@ return { javascriptreact = { { "prettierd", "prettier" } }, typescript = { { "prettierd", "prettier" } }, typescriptreact = { { "prettierd", "prettier" } }, + json = { { "prettierd", "prettier" } }, yaml = { { "prettierd", "prettier" } }, css = { { "prettierd", "prettier" } }, },