Back to browse
GitHub Repository
1 starsLua

Waypoint.nvim – A Neovim plugin for bookmarking lines of code

by patrick-sharp·Jul 4, 2026·7 points·0 comments

Post Description

I made this plugin because I felt like existing bookmark plugins were lacking some important features, including: - The ability to reorder your bookmarks - The ability to delete and move your bookmarks in bulk - The ability to view lines of code around your bookmarks - Syntax highlighting in the preview window - Resilience to the content of files changing (i.e. checking out a git commit that changes the file contents won't delete your bookmarks)

Let me know what you think! If you have any feedback, please create a github issue or email [email protected]

Similar Projects