Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LintaoAmons committed Nov 26, 2024
1 parent ab996d3 commit 6186d9b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lua/bookmarks/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ local setup = function(user_config)
or default_config
vim.g.bookmarks_config = cfg

vim.notify(
[[*Breaking change comming:*
if you don't want any breakding changes and avoid this warning,
please pin your version to `v1.4.2`.]],
vim.log.levels.WARN,
{ title = "Bookmarks.nvim breaking change", icon = "" }
)
require("bookmarks.sign").setup(cfg.signs)
require("bookmarks.auto-cmd").setup()
end
Expand Down

0 comments on commit 6186d9b

Please sign in to comment.