1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 02:05:40 +08:00

test(cmake): add layer health function

This commit is contained in:
wsdjeg 2022-05-22 21:18:27 +08:00
parent 4dbbad92f0
commit ac28e69c72

View File

@ -56,3 +56,10 @@ function! s:on_ft() abort
\ 'call SpaceVim#lsp#remove_workspace_folder()', 'remove-workspace-folder', 1)
endif
endfunction
function! SpaceVim#layers#lang#cmake#health() abort
call SpaceVim#layers#lang#cmake#config()
call SpaceVim#layers#lang#cmake#plugins()
return 1
endfunction