Skip to content

Commit ee55f32

Browse files
authored
feat(plugins): add harpoon support (#101)
* feat(plugins): add harpoon support
1 parent 8c934ff commit ee55f32

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ term.foreground
239239
| [dashboard-nvim](https://github.com/glepnir/dashboard-nvim) | `dashboard-nvim` |
240240
| [flash.nvim](https://github.com/folke/flash.nvim) | `flash` |
241241
| [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) | `gitsigns` |
242-
| [hop.nvim](https://github.com/phaazon/hop.nvim/) | `hop` |
242+
| [harpoon](https://github.com/ThePrimeagen/harpoon) | `harpoon` |
243+
| [hop.nvim](https://github.com/phaazon/hop.nvim) | `hop` |
243244
| [indent_blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim) | `indent-blankline` |
244245
| [lightspeed.nvim](https://github.com/ggandor/lightspeed.nvim) | `lightspeed` |
245246
| [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) | `lualine` |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
local function callback()
2+
return {
3+
HarpoonWindow = { link = "NormalFloat" },
4+
HarpoonBorder = { link = "FloatBorder" },
5+
HarpoonTitle = { link = "FloatTitle" },
6+
}
7+
end
8+
9+
return callback

lua/astrotheme/groups/plugins/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ return {
55
["dashboard-nvim"] = "dashboard-nvim",
66
["flash.nvim"] = "flash",
77
["gitsigns.nvim"] = "gitsigns",
8+
["harpoon"] = "harpoon",
89
["hop.nvim"] = "hop",
910
["indent-blankline.nvim"] = "indent-blankline",
1011
["neogit"] = "neogit",

0 commit comments

Comments
 (0)