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