Skip to content

Commit

Permalink
fix: update deprecation message to point to the github wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-reineke committed Sep 28, 2023
1 parent 6b11527 commit bbebac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/indent_blankline.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
setup = function()
vim.notify_once(
"You are trying to call the setup function of indent-blankline version 2, but you have version 3 installed.\nTake a look at the readme for instructions on how to migrate, or revert back to version 2.",
"You are trying to call the setup function of indent-blankline version 2, but you have version 3 installed.\nTake a look at the GitHub wiki for instructions on how to migrate, or revert back to version 2.",
vim.log.levels.ERROR
)
end,
Expand Down

0 comments on commit bbebac6

Please sign in to comment.