Skip to content

Commit

Permalink
fix(cpicker): fix unknow function
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdjeg committed Aug 3, 2024
1 parent f41f1e4 commit 2af2046
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions autoload/SpaceVim/layers/tools/cpicker.vim
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ function! SpaceVim#layers#tools#cpicker#loadeable() abort
return has('nvim-0.10.0')

endfunction

function! SpaceVim#layers#tools#cpicker#health() abort

return 1

endfunction

0 comments on commit 2af2046

Please sign in to comment.