13 lines
280 B
Lua
13 lines
280 B
Lua
vim.g.skip_ts_context_commentstring_module = true
|
|
|
|
return {
|
|
'JoosepAlviste/nvim-ts-context-commentstring',
|
|
dependencies = {
|
|
'numToStr/Comment.nvim',
|
|
'nvim-treesitter/nvim-treesitter',
|
|
},
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
enable_autocmd = false,
|
|
},
|
|
} |