Skip to content

Commit

Permalink
fix: add breaking changes issue link to deprecation message
Browse files Browse the repository at this point in the history
This should make it easier for users to find the migration guide.

Related to #91
  • Loading branch information
JoosepAlviste committed Nov 30, 2023
1 parent b8ff464 commit 1277b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ts_context_commentstring/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function M.attach()
vim.deprecate(
'context_commentstring nvim-treesitter module',
"require('ts_context_commentstring').setup {} and set vim.g.skip_ts_context_commentstring_module = true to speed up loading",
'in the future',
'in the future (see https://github.com/JoosepAlviste/nvim-ts-context-commentstring/issues/82 for more info)',
'ts_context_commentstring'
)
config.update(require('nvim-treesitter.configs').get_module 'context_commentstring')
Expand Down

0 comments on commit 1277b4a

Please sign in to comment.