Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: sample configuration toggle_telescope fix #581

Open
wants to merge 1 commit into
base: harpoon2
Choose a base branch
from

Commits on Apr 19, 2024

  1. README.md: sample configuration toggle_telescope fix

    ipairs doesn't iterate over all the keys in table. It stops when it sees a nil. If we remove any file in the harpoon:list() we set it to nil. The harpoon's quick_menu ui shows blank for the removed file, however the telescope ui only lists file till it encounters a nil.
    
    This same issue might be causing the marked files to disappear on reopening nvim?
    lalit10368 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    81cef09 View commit details
    Browse the repository at this point in the history