Skip to content

Commit 2f5eb88

Browse files
authored
change mini.nvim organization (#434)
1 parent d41c48a commit 2f5eb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/plugin_specs.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ local plugin_specs = {
159159

160160
-- plugins to provide nerdfont icons
161161
{
162-
"echasnovski/mini.icons",
162+
"nvim-mini/mini.icons",
163163
version = false,
164164
config = function()
165165
-- this is the compatibility fix for plugins that only support nvim-web-devicons
@@ -197,7 +197,7 @@ local plugin_specs = {
197197
},
198198

199199
{
200-
"echasnovski/mini.indentscope",
200+
"nvim-mini/mini.indentscope",
201201
version = false,
202202
config = function()
203203
local mini_indent = require("mini.indentscope")

0 commit comments

Comments
 (0)