mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
Fix warning message
Minor fix for warning of language server executable.
This commit is contained in:
parent
1a59dbfb84
commit
4c98bd5344
@ -99,7 +99,7 @@ function! SpaceVim#layers#lsp#set_variable(var) abort
|
||||
if executable(cmd)
|
||||
call add(s:enabled_fts, ft)
|
||||
else
|
||||
call SpaceVim#logger#warn('Failed to enable lsp for ' . ft . ', ' . cmd . 'is not executable!')
|
||||
call SpaceVim#logger#warn('Failed to enable lsp for ' . ft . ', ' . cmd . ' is not executable!')
|
||||
endif
|
||||
endif
|
||||
endfor
|
||||
|
Loading…
Reference in New Issue
Block a user