Skip to content

Commit 6f5f6f8

Browse files
committed
fix: disable jsonls's formatting ability
1 parent 4a23258 commit 6f5f6f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/core/settings.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ settings["server_formatting_block_list"] = {
4141
clangd = true,
4242
lua_ls = true,
4343
ts_ls = true,
44+
jsonls = true,
4445
nil_ls = true,
4546
}
4647

0 commit comments

Comments
 (0)