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:
parent
4dbbad92f0
commit
ac28e69c72
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user