Skip to content

Commit

Permalink
Merge pull request #89 from hood/main
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosepAlviste authored Nov 24, 2023
2 parents bdd2a32 + c24a3a5 commit b8ff464
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 @@ -134,7 +134,7 @@ end
function M.attach()
vim.deprecate(
'context_commentstring nvim-treesitter module',
"use require('ts_context_commentstring').setup {} and set vim.g.skip_ts_context_commentstring_module = true to speed up loading",
"require('ts_context_commentstring').setup {} and set vim.g.skip_ts_context_commentstring_module = true to speed up loading",
'in the future',
'ts_context_commentstring'
)
Expand Down

0 comments on commit b8ff464

Please # to comment.