feat: remove nvim-ts-context-commentstring

Added folke's ts-comments.nvim as it is simpler and works the same.
This commit is contained in:
Devin Haska 2024-07-25 21:56:06 -07:00
parent 24d7d89b34
commit 317d42d32f
No known key found for this signature in database
2 changed files with 5 additions and 18 deletions

View file

@ -101,20 +101,8 @@ return {
},
},
{
"JoosepAlviste/nvim-ts-context-commentstring",
opts = {
enable_autocmd = false,
},
},
{
"echasnovski/mini.comment",
version = false,
opts = {
options = {
custom_commentstring = function()
return require("ts_context_commentstring.internal").calculate_commentstring() or vim.bo.commentstring
end,
},
},
"folke/ts-comments.nvim",
event = "VeryLazy",
opts = {},
},
}