Skip to content

Commit

Permalink
Merge pull request neovim#1671 from kabouzeid/patch-2
Browse files Browse the repository at this point in the history
feat(jsonls): jsonc filetype support
  • Loading branch information
lithammer authored Jan 20, 2022
2 parents 37edd90 + 5f26464 commit 7bab67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/jsonls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
return {
default_config = {
cmd = cmd,
filetypes = { 'json' },
filetypes = { 'json', 'jsonc' },
init_options = {
provideFormatter = true,
},
Expand Down

0 comments on commit 7bab67c

Please sign in to comment.