mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-29 12:10:12 +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 = {
|
opts = {
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true },
|
indent = { enable = true },
|
||||||
context_commentstring = { enable = true, enable_autocmd = false },
|
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
"c",
|
"c",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue