fix: Make has_provider() public as it was supposed to be

Closes #48
This commit is contained in:
~hedy
2024-05-02 21:00:50 +08:00
parent a6f58c81ce
commit 9fce1de9f1

View File

@@ -297,6 +297,10 @@ function M.show_status()
return require('outline.help').show_status(ctx)
end
function M.has_provider()
return providers.has_provider()
end
local function setup_commands()
local cmd = function(n, c, o)
vim.api.nvim_create_user_command('Outline' .. n, c, o)