Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mini.comment)!: removed ts-context-commentstring since mini.comm…
…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