File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/by-name/schemastore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ helpers.vim-plugin.mkVimPlugin {
136136 plugins . lsp . servers = {
137137 jsonls . settings = mkIf cfg . json . enable {
138138 schemas . __raw = ''
139- require('schemastore').json.schemas({ ${ helpers . toLuaObject cfg . json . settings } })
139+ require('schemastore').json.schemas(${ helpers . toLuaObject cfg . json . settings } )
140140 '' ;
141141
142142 # The plugin recommends to enable this option in its README.
@@ -155,7 +155,7 @@ helpers.vim-plugin.mkVimPlugin {
155155 } ;
156156
157157 schemas . __raw = ''
158- require('schemastore').yaml.schemas({ ${ helpers . toLuaObject cfg . yaml . settings } })
158+ require('schemastore').yaml.schemas(${ helpers . toLuaObject cfg . yaml . settings } )
159159 '' ;
160160 } ;
161161 } ;
You can’t perform that action at this time.
0 commit comments