mint stands for Mark Intuition and Navigation Tweaks. This Neovim plugin enhances your experience with marks by providing intuitive navigation and display options.
- Column Sign Display: View marks directly on the column sign for easy identification.
- Marks Navigation Popup: Use the default binding
m?
to open a popup for navigating through marks.- ποΈ Marks Deletion: Quickly delete marks from the popup.
- π§ Easy Navigation: Effortlessly navigate to marks with a few keystrokes.
To install mint.nvim using lazy.nvim, add the following line to your Neovim configuration:
return {
'gabrielfruet/mint.nvim',
config = function()
local mint = require('mint')
mint.setup{}
end
}
After installation, you can start using the plugin by:
- Opening the marks navigation popup with
m?
.
Contributions are welcome! Please feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
Thanks for using mint.nvim! Your feedback is appreciated.