]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/editor.lua
nvim: replace url in mini.nvim plugins with GH org
[dotfiles.git] / nvim / lua / plugins / editor.lua
index 1e94ab0bc0a7b6e0362f71a349e54fc82e045d7c..07e0a10ecd2adc7ee5ab6734fba1e45293d15ebe 100644 (file)
@@ -83,7 +83,7 @@ return {
     },
     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")
@@ -203,7 +203,4 @@ return {
       },
     },
   },
-  { "aymericbeaumet/vim-symlink",
-    dependencies = { "moll/vim-bbye" }, -- NOTE: Snacks.buddelete also provides this
-  },
 }