Skip to content

beta 0.3.0

Latest
Compare
Choose a tag to compare
@bassamsdata bassamsdata released this 01 Mar 17:34
· 4 commits to main since this release

πŸŽ‰ New Release: Ctags Integration & Improvements

This update brings ctags integration, huge thanks to @JMarkin for adding it as an alternative to LSP! πŸš€ (#16)

πŸ”§ Changes & Improvements

  • ✨ New option: You can now set row_position as a percentage to define the window's position.
    • "top25" β†’ Positions the window 25% from the top
    • "top30_right" β†’ Positions the window 30% from the top on the right side
  • πŸ›  Fixed some issues
  • πŸ”„ Refactored the plugin into smaller modules for better maintainability

🏷 How to Use Ctags

Using ctags is simple! Just run: Namu ctags …and you’re all set! 🎯

πŸ“¦ Installing Ctags

If you don’t have universal-ctags installed (usually it's installed but needed an update), you can get it via:

brew install universal-ctags

For other installation methods, check the official guide.

Screen.Recording.2025-03-01.at.12.25.40.PM.mp4