letieu/harpoon-lualine

View more than 4 items

adamjeanlaurent opened this issue · 1 comments

I often work in large codebases at my job and am switching between more than 4 files. I would love it if we could display more than 4 items in the bottom bar.

Screenshot 2024-09-23 at 12 08 54 PM Screenshot 2024-09-23 at 12 08 50 PM

Nevermind! I see you can accomplish this with existing features.

        lualine_x = {
          {
            'harpoon2',
            indicators = { '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' },
            active_indicators = { '[1]', '[2]', '[3]', '[4]', '[5]', '[6]', '[7]', '[8]', '[9]', '[10]' },
          },
        },