Switch from commentstring to mini.comment

This commit is contained in:
Marko Korhonen 2023-11-18 23:08:00 +02:00
parent 0207ba1064
commit 36a9af78dc
2 changed files with 1 additions and 5 deletions

View file

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