mini.nvim is not minimal enough for me

This commit is contained in:
Coding4Hours 2025-08-16 18:33:21 -07:00 committed by GitHub
commit c648a5e92e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -403,6 +403,9 @@ function M.get_main(plugin)
if plugin.name ~= "mini.nvim" and plugin.name:match("^mini%..*$") then
return plugin.name
end
if plugin.name ~= "tiny.nvim" and plugin.name:match("^tiny%..*$") then
return plugin.name
end
local normname = Util.normname(plugin.name)
---@type string[]
local mods = {}