(nvim) disable ts context comment string for v0.12

This commit is contained in:
juancwu 2026-04-12 17:23:40 +00:00
commit 914a235885
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,12 @@
return {
"numToStr/Comment.nvim",
dependencies = {
"JoosepAlviste/nvim-ts-context-commentstring",
{
"JoosepAlviste/nvim-ts-context-commentstring",
opts = {
enable_autocmd = false,
},
},
},
config = function()
local comment = require("Comment")