mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
fix(cpicker): fix unknow function
This commit is contained in:
parent
f41f1e4d93
commit
2af2046c15
@ -69,3 +69,9 @@ function! SpaceVim#layers#tools#cpicker#loadeable() abort
|
|||||||
return has('nvim-0.10.0')
|
return has('nvim-0.10.0')
|
||||||
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
function! SpaceVim#layers#tools#cpicker#health() abort
|
||||||
|
|
||||||
|
return 1
|
||||||
|
|
||||||
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user