You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I decided to rewrite true-zen entirely from scratch because I really disliked the state of the code-base
Reasons:
Had vimscript in it
Slow
Most stuff was done through cmd calls
Obnoxious to configure (too many settings, too little plug and play)
Too much code
Not quite so universal
This rewrite features:
100% lua
Very fast
Better handling of api calls
The plugin got way smaller in size (from 2141 to 850LOC)
Universal: now there is no need to have an integration for every statusline plugin, it should be pretty much compatible with any plug that follows vim.o.statusline
Since this is technically a brand new plugin I'll be closing old issues since they don't have no place in this new environment. Furthermore, this new rewrite does not support backwards compatibility with older true-zen setups.
Enjoy! 🎉
The text was updated successfully, but these errors were encountered:
Hello! I decided to rewrite true-zen entirely from scratch because I really disliked the state of the code-base
Reasons:
cmd
callsThis rewrite features:
api
callsLOC
)vim.o.statusline
Demo
true_zen_demo.mp4
What about previous issues?
Since this is technically a brand new plugin I'll be closing old issues since they don't have no place in this new environment. Furthermore, this new rewrite does not support backwards compatibility with older true-zen setups.
Enjoy! 🎉
The text was updated successfully, but these errors were encountered: