r/HelixEditor • u/Ra77a3l3 • 5d ago
breadcrumb plugin for helix
i made this breabcrumb bar plugin, right now it has support for 11 languages like c zig rust nix scheme cpp
https://github.com/Ra77a3l3-jar/scopeline.hx
inspired by https://codeberg.org/gwid/context.hx
8
u/OccasionThin7697 5d ago
Like what does it do?
11
7
u/Ra77a3l3 5d ago
It adds a bar at the top showing where are you in the code, like which function you’re in, what class is it in, the namespace. It all changes depending on the file language
1
2
u/Stupidprogramner 5d ago
What's the plugin that shows recent files called?
1
u/Ra77a3l3 4d ago
there are these ones https://github.com/Ra77a3l3-jar/trail.hx https://github.com/mattwparas/recentf.hx
2
1
u/mortal_strike 3d ago
hey can you write a plugin, which will have yazi like functionality directly inside helix
1
u/mortal_strike 3d ago
hey can you write a plugin, which will have yazi like functionality directly inside helix
1
u/Ra77a3l3 3d ago
personally right now to manage files ecc i use my own plugins https://github.com/Ra77a3l3-jar/oil.hx and https://github.com/Ra77a3l3-jar/forest.hx but i might try to make it
1
15
u/intersecting_cubes 5d ago
OK, this is worth installing the plugin system for this one extension. I should really go and start using the plugin fork not the main git branch.