Switch from commentstring to mini.comment

This commit is contained in:
Marko Korhonen 2023-11-18 23:08:00 +02:00
parent bcd1f2553e
commit 5024f14d82
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 1 additions and 5 deletions

View file

@ -1,5 +0,0 @@
-- treesitter plugin for commentstring
return {
"JoosepAlviste/nvim-ts-context-commentstring",
dependencies = { "tpope/vim-commentary" },
}

View file

@ -4,5 +4,6 @@ return {
version = "*",
config = function()
require("mini.surround").setup()
require("mini.comment").setup()
end,
}