This commit is contained in:
Yasuhiro Matsumoto
2021-07-07 16:11:48 +09:00
committed by mattn
parent 83437a6a17
commit 609c40d494

View File

@@ -74,7 +74,7 @@ function! lsp_settings#profile#load_local() abort
return
endif
let l:settings = json_decode(join(readfile(l:root . '/settings.json'), "\n"))
call s:filter_keys(l:settings)
call s:filter_deny_keys(l:settings)
if has_key(g:, 'lsp_settings')
for [l:k, l:v] in items(l:settings)
if has_key(g:lsp_settings, l:k)