diff --git a/README.md b/README.md index c93a94e..bddd7c2 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,6 @@ term.foreground | [dashboard-nvim](https://github.com/glepnir/dashboard-nvim) | `dashboard-nvim` | | [flash.nvim](https://github.com/folke/flash.nvim) | `flash` | | [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) | `gitsigns` | -| [harpoon](https://github.com/ThePrimeagen/harpoon) | `harpoon` | | [hop.nvim](https://github.com/phaazon/hop.nvim) | `hop` | | [indent_blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim) | `indent-blankline` | | [lightspeed.nvim](https://github.com/ggandor/lightspeed.nvim) | `lightspeed` | diff --git a/lua/astrotheme/groups/plugins/harpoon.lua b/lua/astrotheme/groups/plugins/harpoon.lua deleted file mode 100644 index 657a352..0000000 --- a/lua/astrotheme/groups/plugins/harpoon.lua +++ /dev/null @@ -1,9 +0,0 @@ -local function callback() - return { - HarpoonWindow = { link = "NormalFloat" }, - HarpoonBorder = { link = "FloatBorder" }, - HarpoonTitle = { link = "FloatTitle" }, - } -end - -return callback diff --git a/lua/astrotheme/groups/plugins/init.lua b/lua/astrotheme/groups/plugins/init.lua index dc66781..13296e5 100644 --- a/lua/astrotheme/groups/plugins/init.lua +++ b/lua/astrotheme/groups/plugins/init.lua @@ -5,7 +5,6 @@ return { ["dashboard-nvim"] = "dashboard-nvim", ["flash.nvim"] = "flash", ["gitsigns.nvim"] = "gitsigns", - ["harpoon"] = "harpoon", ["hop.nvim"] = "hop", ["indent-blankline.nvim"] = "indent-blankline", ["neogit"] = "neogit",