fix: disable context commentstring autocmd

This commit is contained in:
Folke Lemaitre
2023-09-26 13:24:03 +02:00
parent afdcec5b4a
commit 0bff29c07a

View File

@ -137,7 +137,13 @@ return {
},
-- comments
{ "JoosepAlviste/nvim-ts-context-commentstring", lazy = true },
{
"JoosepAlviste/nvim-ts-context-commentstring",
lazy = true,
opts = {
enable_autocmd = false,
},
},
{
"echasnovski/mini.comment",
event = "VeryLazy",