X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e77cfb2b74d5463209fe912e34ac1557ec6bf9b3..7184d3cf6c7068e31e3db5b550f7fc5998c45c78:/nvim/lua/plugins/editor.lua?ds=sidebyside diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 1e94ab0..f5bfd74 100644 --- a/nvim/lua/plugins/editor.lua +++ b/nvim/lua/plugins/editor.lua @@ -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 - }, }