Skip to content

Commit

Permalink
Fixed default value for default_schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyager committed Mar 23, 2022
1 parent 7a082a3 commit cd59259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/user/lsp/settings/jsonls.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local default_schemas = nil
local default_schemas = {}
local status_ok, jsonls_settings = pcall(require, "nlspsettings.jsonls")
if status_ok then
default_schemas = jsonls_settings.get_default_schemas()
Expand Down

0 comments on commit cd59259

Please sign in to comment.