diff options
Diffstat (limited to 'settings/glslls.vim')
-rw-r--r-- | settings/glslls.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/glslls.vim b/settings/glslls.vim index 078fc66..9dd530a 100644 --- a/settings/glslls.vim +++ b/settings/glslls.vim @@ -7,7 +7,7 @@ augroup vimlsp_settings_glslls \ 'initialization_options': lsp_settings#get('glslls', 'initialization_options', v:null), \ 'whitelist': lsp_settings#get('glslls', 'whitelist', ['glsl']), \ 'blacklist': lsp_settings#get('glslls', 'blacklist', []), - \ 'config': lsp_settings#get('glslls', 'config', {}), + \ 'config': lsp_settings#get('glslls', 'config', lsp_settings#server_config('glslls')), \ 'workspace_config': lsp_settings#get('glslls', 'workspace_config', {name, key->{'json': {'format': {'enable': v:true}, 'schemas': json_decode(join(readfile(expand('<sfile>:h:h') . '/data/catalog.json'), "\n"))['schemas']}}}), \ } augroup END |