1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/bundle/telescope.nvim-0.1.5/autoload/health/telescope.vim

4 lines
88 B
VimL
Raw Normal View History

2022-05-16 22:20:10 +08:00
function! health#telescope#check()
lua require 'telescope.health'.check()
endfunction