This commit is contained in:
francisqureshi 2025-12-07 13:46:56 +00:00
parent 8f87c0b271
commit 39f42594da
2 changed files with 17 additions and 15 deletions

View file

@ -794,6 +794,7 @@ require('lazy').setup({
local servers = {
-- clangd = {},
-- gopls = {},
jsonls = {},
zls = {
cmd = { 'zls' },
settings = {
@ -937,6 +938,7 @@ require('lazy').setup({
end,
formatters_by_ft = {
lua = { 'stylua' },
json = { 'prettier' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--