21 lines
397 B
Lua
21 lines
397 B
Lua
return {
|
|
{
|
|
"JoosepAlviste/nvim-ts-context-commentstring",
|
|
dependencies = {
|
|
{
|
|
"numToStr/Comment.nvim",
|
|
lazy = false,
|
|
config = function()
|
|
require("Comment").setup({
|
|
pre_hook = function()
|
|
return vim.bo.commentstring
|
|
end,
|
|
})
|
|
end,
|
|
},
|
|
"nvim-treesitter/nvim-treesitter",
|
|
},
|
|
},
|
|
}
|
|
|