},
},
- { "echasnovski/mini.pairs",
+ { "nvim-mini/mini.pairs",
event = "VeryLazy",
opts = {
modes = { insert = true, command = true, terminal = false },
end,
},
- { "echasnovski/mini.surround",
+ { "nvim-mini/mini.surround",
keys = function()
-- HACK: use function to disable merging with LazyVim's keys definition
return {
end,
},
- { "echasnovski/mini.ai",
+ { "nvim-mini/mini.ai",
-- TODO: port vim text objects over
event = "VeryLazy",
opts = function()
},
opts = {}
},
- { "echasnovski/mini.hipatterns", -- highlight hex colours and other matched words
+ { "nvim-mini/mini.hipatterns", -- highlight hex colours and other matched words
event = { "BufReadPost", "BufNewFile", "BufWritePre" },
opts = function()
local hi = require("mini.hipatterns")
-- Filetype icons
{
- "echasnovski/mini.icons",
+ "nvim-mini/mini.icons",
opts = {
file = {
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
---@type LazySpec
return {
- { 'echasnovski/mini.clue',
+ { 'nvim-mini/mini.clue',
-- NOTE: this caused some issue with unterminated mappings, i.e. <L>gc when there
-- is also <L>gcc. It would simply terminate early and not allow for next mapping.
version = '*',
end,
},
{
- "echasnovski/mini.icons",
+ "nvim-mini/mini.icons",
lazy = true,
opts = {
file = {
{ "indent-blankline.nvim",
enabled = false, -- replaced by snacks.indent
},
- { "echasnovski/mini.indentscope",
+ { "nvim-mini/mini.indentscope",
enabled = false, -- replaced by snacks.indent
version = false, -- wait till new 0.7.0 release to put it back on semver
event = { "BufReadPost", "BufNewFile", "BufWritePre" },