LazyVim.LazyVim/lua
Folke Lemaitre d41ef05cc0
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",
  },
}
2023-05-12 20:34:36 +02:00
..
lazyvim feat(mini.comment)!: removed ts-context-commentstring since mini.comment provides this functionality out of the box 2023-05-12 20:34:36 +02:00