Skip to content

Commit

Permalink
Add space in the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Mar 26, 2024
1 parent 078c961 commit 06cfcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/bookmarks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ return telescope.register_extension {
setup = function(ext_config)
if ext_config and not vim.tbl_isempty(ext_config) then
utils.warn(
"Configuring the plugin using the telescope extension is deprecated."
"Configuring the plugin using the telescope extension is deprecated. "
.. "Please use the `setup` function from the main module:\n\n"
.. ("require('browser_bookmarks').setup(%s)"):format(
vim.inspect(ext_config)
Expand Down

0 comments on commit 06cfcb5

Please sign in to comment.