refactor: remove autoload

* since nvim 0.9 health.lua files are threaded as checkhealth provider
This commit is contained in:
Oleksandr Smirnov 2025-03-21 14:59:33 +02:00
parent c5cc5080fa
commit ff0f6bd1d9
No known key found for this signature in database

View file

@ -1,3 +0,0 @@
function! health#gopher#check()
lua require("gopher.health").check()
endfunction