You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
339 B
10 lines
339 B
"================================================
|
|
" health.vim - Doom Nvim Health
|
|
" Author: NTBBloodbath
|
|
" License: MIT
|
|
"================================================
|
|
|
|
function! health#doom#check() abort
|
|
lua require('doom.core.logging').info('Checking Doom health ...')
|
|
lua require('doom.core.health').checkhealth()
|
|
endfunction
|
|
|