add jsonls

This commit is contained in:
MysterieDev 2024-05-06 12:43:28 +02:00
parent 3632cc54e8
commit 06257b3f64
2 changed files with 2 additions and 88 deletions

View file

@ -7,6 +7,7 @@ return {
g.ale_fixers = {
typescript = { 'prettierd' },
html = { 'prettierd' },
json = { 'prettierd' },
javascript = { 'prettierd' },
typescriptreact = { 'prettierd' },
go = { 'gofmt' },