Add command

This commit is contained in:
Yasuhiro Matsumoto
2019-12-16 13:45:59 +09:00
parent ff84f7cda5
commit e14028f6d3

View File

@@ -95,6 +95,8 @@ function! s:vimlsp_setting() abort
au!
exe printf('autocmd FileType %s call s:vimlsp_settings_suggest()', l:ft)
augroup END
else
command! -buffer LspInstallServer call s:vimlsp_install_server()
endif
endfor
endfunction