Skip to content

Conversation

@itz-mune
Copy link

@itz-mune itz-mune commented Dec 1, 2025

📑 Description

This package adds nvzone/menu support to AstroNvim.
It basically gives a good right-click menu when in Normal Mode

📖 Additional Information

So the original nvzone/menu plugin was designed for NvChad and hence had nvimtree support. It also had a Neo-tree support but was quite outdated. I tried my best to update the config in accordance with Neo-tree used by AstroNvim.

Here are some screenshot and demo vid:
Screenshot_2025-12-02_03 58 09
Screenshot_2025-12-02_03 59 27

recording_2025-12-02_04.04.53.mp4

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

  • If you are adding a new plugin, the scope would be the name of the category it is being added into. ex. feat(utility): added noice.nvim plugin

  • If you are modifying a pre-existing plugin or pack, the scope would be the name of the plugin folder. ex. fix(noice-nvim): fix LSP handler error

  • Pull request title has the appropriate conventional commit type and scope where the scope is the name of the pre-existing directory in the project as described above

  • README is properly formatted and uses fenced in links with <url> unless they are inside a [title](url)

  • Entry returns a single plugin spec with the new plugin as the only top level spec (not applicable for recipes or packs).

  • Proper usage of opts table rather than setting things up with the config function.

  • Proper usage of specs table for all specs that are not dependencies of a given plugin (not applicable for recipes or packs).

Copy link
Member

@Uzaaft Uzaaft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please cleanup your code

Removed commented-out code for requiring neo-tree and terminal opening functionality.
Copy link
Author

@itz-mune itz-mune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I removed the comment out code.

@itz-mune
Copy link
Author

itz-mune commented Dec 2, 2025

Please cleanup your code

Done. Thank you. Plz advice more if u think I need it : )

@itz-mune itz-mune requested a review from Uzaaft December 2, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants