Files
dotfiles/.config/nvim/lua/plugins/treesitter/ts-commentstring.lua
T

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,
},
}