11 lines
229 B
Lua
11 lines
229 B
Lua
return {
|
|
'JoosepAlviste/nvim-ts-context-commentstring',
|
|
dependencies = {
|
|
'numToStr/Comment.nvim',
|
|
'nvim-treesitter/nvim-treesitter',
|
|
},
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
enable_autocmd = false,
|
|
},
|
|
} |