10 lines
198 B
Lua
10 lines
198 B
Lua
return {
|
|
'JoosepAlviste/nvim-ts-context-commentstring',
|
|
enabled = true,
|
|
dependencies = { 'numToStr/Comment.nvim' },
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
enable_autocmd = false,
|
|
},
|
|
}
|