File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
lua/astrotheme/groups/plugins Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 ` |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments