muhq@discuss.tchncs.detoLinux@lemmy.ml•What less popular text editors do you like or should have a shout out more often? What stuff do you do with it?
1·
1 year agoI especially like the nice and simple Lua API, multiple selections and structural regex.
For anyone in need of a more featureful but still hackable editor can extend the minimal editor with existing LUA plugins for extra functionality (LSP, spellchecking, plugin management, …).
~/code
for everything I want to change/look at the source code.~/.local/src
for stuff I want to install locally from source.