X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e77cfb2b74d5463209fe912e34ac1557ec6bf9b3..aeb86e7d7f4ccc75cfbe8963817af8c696a0dea7:/nvim/lua/plugins/editor.lua diff --git a/nvim/lua/plugins/editor.lua b/nvim/lua/plugins/editor.lua index 1e94ab0..07e0a10 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") @@ -203,7 +203,4 @@ return { }, }, }, - { "aymericbeaumet/vim-symlink", - dependencies = { "moll/vim-bbye" }, -- NOTE: Snacks.buddelete also provides this - }, }