Skip to content

Commit

Permalink
feat(mini.comment)!: removed ts-context-commentstring since mini.comm…
Browse files Browse the repository at this point in the history
…ent 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",
  },
}
  • Loading branch information
folke committed May 12, 2023
1 parent dfde622 commit d41ef05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazyvim/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ return {
opts = {
highlight = { enable = true },
indent = { enable = true },
context_commentstring = { enable = true, enable_autocmd = false },
ensure_installed = {
"bash",
"c",
Expand Down

0 comments on commit d41ef05

Please sign in to comment.