Skip to content

Commit

Permalink
fix(telescope): update deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
axkirillov committed Oct 30, 2023
1 parent 265e57f commit cf16fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/hbac/command/subcommands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ M.toggle_autoclose = function()
end

M.telescope = function()
vim.notify('This command has been removed. Check the https://github.com/axkirillov/hbac.nvim?tab=readme-ov-file#telescope-integration for how to enable the telescope extension', vim.log.levels.WARN, notify_opts)
vim.notify('This command has been removed. Check https://github.com/axkirillov/hbac.nvim?tab=readme-ov-file#telescope-integration for how to enable the telescope extension', vim.log.levels.WARN, notify_opts)
end

return M

0 comments on commit cf16fc1

Please sign in to comment.