Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

harpbar.nvim

A simple way to ensure you harpoon is on target

Neovim License GitHub stars GitHub forks

Harpoon on Target
harpbar.nvim - Harpoon, Track, Relax

harpbar.nvim is a lightweight Neovim plugin that displays an informative tabline for Harpoon marks. It provides a visual bar at the top of your Neovim window, showing all your current Harpoon marks with clear highlighting for the active file. This makes it easier to track, navigate, and manage your marked files when using ThePrimeagen/harpoon.

Installation

Install using your package manager of choice (Lazy is most throughly tested).

Using lazy.nvim

{
  "JamieLittle16/harpbar.nvim",
  dependencies = { "ThePrimeagen/harpoon" },
  config = function()
    require("harpbar").setup()
  end,
}

Note

It is recommended to disable lazy loading for harpoon. Add this to your harpoon config to disable it.

lazy = false,
use {
  "JamieLittle16/harpbar.nvim",
  requires = { "ThePrimeagen/harpoon" } -- Make sure harpoon is installed
}

Using vim-plug

Plug 'ThePrimeagen/harpoon'
Plug 'JamieLittle16/harpbar.nvim'

Screenshot

Screenshot of harpbar

Bugs & Features

If you find any bugs or would like to request new features submit an issue. Alternatively, pull requests are always welcome (and appreciated).

Author

Jamie Little


Enjoy!

Made by Jamie Little

Report Bug · Request Feature · Contribute

About

Lightweight Neovim plugin that displays a visual tabline for Harpoon marks with active file highlighting

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages