feat: add health checker
This commit is contained in:
parent
8bb8c14e8b
commit
f507a37a72
3 changed files with 55 additions and 0 deletions
3
autoload/health/gopher.vim
Normal file
3
autoload/health/gopher.vim
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function! health#gopher#check()
|
||||
lua require"gopher.health".check()
|
||||
endfunction
|
||||
Loading…
Add table
Add a link
Reference in a new issue