mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 11:40:13 +02:00
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:
parent
dfde622847
commit
d41ef05cc0
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ return {
|
|||
opts = {
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
context_commentstring = { enable = true, enable_autocmd = false },
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue