mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Check command exists
This commit is contained in:
@@ -184,7 +184,9 @@ function! s:vimlsp_load_or_suggest(ft) abort
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
delcommand LspRegisterServer
|
if !exists(':LspRegisterServer')
|
||||||
|
delcommand LspRegisterServer
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:load_or_suggest_group_name(ft) abort
|
function! s:load_or_suggest_group_name(ft) abort
|
||||||
|
|||||||
Reference in New Issue
Block a user