chore: enable comment pre_hook

This commit is contained in:
2025-06-28 07:39:45 -04:00
parent bd9e5575ec
commit 3e038cb8f2
2 changed files with 11 additions and 4 deletions
@@ -1,9 +1,11 @@
return {
'JoosepAlviste/nvim-ts-context-commentstring',
enabled = true,
dependencies = { 'numToStr/Comment.nvim' },
dependencies = {
'numToStr/Comment.nvim',
'nvim-treesitter/nvim-treesitter',
},
event = 'VeryLazy',
opts = {
enable_autocmd = false,
},
}
}