feat(mini.comment)!: removed ts-context-commentstring since mini.comment provides this functionality out of the box

If you use this plugin, you can add it again with the following code:
{
  "nvim-treesitter/nvim-treesitter",
  opts = {
    context_commentstring = {
      enable = true,
      enable_autocmd = false,
    },
  },
  dependencies = {
    "JoosepAlviste/nvim-ts-context-commentstring",
  },
}
This commit is contained in:
Folke Lemaitre
2023-05-12 20:33:51 +02:00
parent dfde622847
commit d41ef05cc0

View File

@ -34,7 +34,6 @@ return {
opts = {
highlight = { enable = true },
indent = { enable = true },
context_commentstring = { enable = true, enable_autocmd = false },
ensure_installed = {
"bash",
"c",