lualine.nvim icon indicating copy to clipboard operation
lualine.nvim copied to clipboard

Add harpoon component

Open NickCondron opened this issue 2 years ago • 0 comments

Creates a component that works with harpoon (https://github.com/ThePrimeagen/harpoon) showing the current file's harpoon index (if it exists). Right now this is a proof of concept. I want to hear your opinion on adding components for third-party plugins. This functionality couldn't be added as an extension because it doesn't involve a separate file type.

Todo:

  • cache indicies
  • use hook off icon, add colors, etc
  • documentation

NickCondron avatar Sep 11 '22 21:09 NickCondron