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 {
136
136
plugins . lsp . servers = {
137
137
jsonls . settings = mkIf cfg . json . enable {
138
138
schemas . __raw = ''
139
- require('schemastore').json.schemas({ ${ helpers . toLuaObject cfg . json . settings } })
139
+ require('schemastore').json.schemas(${ helpers . toLuaObject cfg . json . settings } )
140
140
'' ;
141
141
142
142
# The plugin recommends to enable this option in its README.
@@ -155,7 +155,7 @@ helpers.vim-plugin.mkVimPlugin {
155
155
} ;
156
156
157
157
schemas . __raw = ''
158
- require('schemastore').yaml.schemas({ ${ helpers . toLuaObject cfg . yaml . settings } })
158
+ require('schemastore').yaml.schemas(${ helpers . toLuaObject cfg . yaml . settings } )
159
159
'' ;
160
160
} ;
161
161
} ;
You can’t perform that action at this time.
0 commit comments