]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/editor.lua
ssh: set root user for all wrt-*, include those in subdomains now
[dotfiles.git] / nvim / lua / plugins / editor.lua
index 1e94ab0bc0a7b6e0362f71a349e54fc82e045d7c..f5bfd74a67b3b2b7349a1f0dbe303b77717c38a1 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")
@@ -94,6 +94,9 @@ return {
       }
     end,
   },
+  { "nvim-mini/mini.operators",  -- text edit operators
+    opts = {},
+  },
   { "folke/flash.nvim",
     -- Flash enhances the built-in search functionality by showing labels
     -- at the end of each match, letting you quickly jump to a specific
@@ -203,7 +206,4 @@ return {
       },
     },
   },
-  { "aymericbeaumet/vim-symlink",
-    dependencies = { "moll/vim-bbye" }, -- NOTE: Snacks.buddelete also provides this
-  },
 }