Skip to content

gabrielfruet/mint.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mint.nvim πŸƒ

mint stands for Mark Intuition and Navigation Tweaks. This Neovim plugin enhances your experience with marks by providing intuitive navigation and display options.

Features ✨

  • 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.

Installation βš™οΈ

Lazy Installation

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
}

Usage πŸ“š

After installation, you can start using the plugin by:

  • Opening the marks navigation popup with m?.

Contributing 🀝

Contributions are welcome! Please feel free to open issues or submit pull requests.

License πŸ“„

This project is licensed under the MIT License.

Acknowledgements πŸ™

Thanks for using mint.nvim! Your feedback is appreciated.

About

Making marks navigation easier 🌿

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages