infolines.vim is a simple statusline and tabline plugin for Vim. This plugin's primary design philosophy is 'minimalism' and that includes NO patched fonts.
I would like to add the following features:
- A variable showing if infolines.vim is loaded
- The tabline is something that I am working. A prototype will be added when I get it provisionally working.
- I would like to allow people to change the color dictionary to use highlight groups. This would mean the colors would match all colorschemes.
- I would like to clean up the if statements a bit and add more surrounding file size.
- Remove if statements for sourcing the infoline. I removed unicode symbols because I do not use them.
- v 0.0.3 - Changed the statusline visually. Significant backend changes.
- v 0.0.2 - Significant changes to the back end of the statusline
- commit 25dc77899095d9d92be93968e4000e0e25712e5c
- v 0.0.1 - The statusline is useable for my needs. Tabline is not even started.