mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Add command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user