X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3b5e99b9e0c217919225b705e6fb2b7095341b4d..aeb86e7d7f4ccc75cfbe8963817af8c696a0dea7:/nvim/lua/plugins/ui.lua diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index 56dcba9..9964957 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -86,7 +86,7 @@ end ---@type LazySpec return { - { 'echasnovski/mini.clue', + { 'nvim-mini/mini.clue', -- NOTE: this caused some issue with unterminated mappings, i.e. gc when there -- is also gcc. It would simply terminate early and not allow for next mapping. version = '*', @@ -281,7 +281,7 @@ return { end, }, { - "echasnovski/mini.icons", + "nvim-mini/mini.icons", lazy = true, opts = { file = { @@ -315,7 +315,7 @@ return { { "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" },