chore: enable comment pre_hook
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user