v0.4.0 beta #31
Replies: 3 comments 3 replies
-
|
what's the term you're using in the demo videos? It looks so smooth |
Beta Was this translation helpful? Give feedback.
-
|
Congrats on this release! Supremely powerful and the workspace feature is incredible. Going to save so much time! |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for creating this tool! I tried several symbol plugins for years, but often switched back to use quickfix window (+bqf and (if fuzzy needed) telescope - both rather not actively maintained for long time). Input ready at the start, fuzzy search and using float window (as opposed to split-based UI) is what I need. Another advantage for me is that the only dependencies are symbol providers: it's standalone - no need to install additional plugins (or even the whole set of tools like in some popular alternative). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 New Modules in namu.nvim: watchtower, diagnostics, workspace, call hierarchy, ctags, ctags watchtower
Three new modules have landed in namu.nvim, along with a Ctags-powered variant:
Big thanks to @idr4n for thoroughly testing the new modules ahead of the release and for his new ideas!
⸻
🔭 watchtower
/fnor/bf:for buffer names [see below]buffer_filtering.mp4
🗺️ workspace
workspace.mp4
🩺 diagnostics
/erfor errors,/wafor warnings,/hifor hints and so on.diagnostics.mp4
📞 call hierarchy
call_hierarchy.mp4
🏷️ ctags_watchtower
ctags.mp4
⸻
🔍 Live Filtering
All modules support live filtering:
• /fn:init → filter by kind + name
• /bf:main.lua → filter by buffer name
• /bf:main:doSomething → combine buffer and symbol filters
buffer_filtering.mp4
⸻
🌲 Preserve Hierarchy + Tree View
To keep parent/child relationships intact even after filtering.
⸻
📎 Actions & CodeCompanion
codecompanion.mp4
Most modules support actions like:
• Vertical/horizontal splits
• Yank/delete (multi-select supported)
⸻
📄 Docs
Each module has its own config section with examples and screenshots:
➡️ See the docs directory.
⸻
As always, feedback is welcome — let me know what breaks or feels off!
This discussion was created from the release v0.4.0 beta.
Beta Was this translation helpful? Give feedback.
All reactions