fix(treesitter): revise ts-comment config

This commit is contained in:
ggdawson 2023-11-28 12:51:49 -07:00
parent e770ee20e5
commit 22d94fcf6b
2 changed files with 30 additions and 32 deletions

View file

@ -180,16 +180,16 @@ return {
'typescript',
'vim',
},
}
context_commentstring = {
enable = true,
enable_autocmd = false,
}
require('ts_context_commentstring').setup {
}
require('Comment').setup {
pre_hook = require('ts_context_commentstring.integrations.comment_nvim').create_pre_hook(),
}
vim.g.skip_ts_context_commentstring_module = true
end
},