]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim: replace url in mini.nvim plugins with GH org
[dotfiles.git] / nvim / lua / plugins / ui.lua
index 56dcba9e549f01bbd52d2556c8f7c7ee71fec2dc..996495759f74f28d13bef2ae407f0dce03e39d5b 100644 (file)
@@ -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. <L>gc when there 
     -- is also <L>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" },