]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/coding.lua
ssh: set root user for all wrt-*, include those in subdomains now
[dotfiles.git] / nvim / lua / plugins / coding.lua
index 77d49557b73989443648b733a9a2ac86792eb5bb..bc40b32edb68526561ee9573401aca4c7ac6923e 100644 (file)
@@ -21,7 +21,7 @@ return {
     },
   },
 
     },
   },
 
-  { "echasnovski/mini.pairs",
+  { "nvim-mini/mini.pairs",
     event = "VeryLazy",
     opts = {
       modes = { insert = true, command = true, terminal = false },
     event = "VeryLazy",
     opts = {
       modes = { insert = true, command = true, terminal = false },
@@ -87,7 +87,7 @@ return {
     end,
   },
 
     end,
   },
 
-  { "echasnovski/mini.surround",
+  { "nvim-mini/mini.surround",
     keys = function()
       -- HACK: use function to disable merging with LazyVim's keys definition
       return {
     keys = function()
       -- HACK: use function to disable merging with LazyVim's keys definition
       return {
@@ -119,7 +119,7 @@ return {
     end,
   },
 
     end,
   },
 
-  { "echasnovski/mini.ai",
+  { "nvim-mini/mini.ai",
     -- TODO: port vim text objects over
     event = "VeryLazy",
     opts = function()
     -- TODO: port vim text objects over
     event = "VeryLazy",
     opts = function()