powerline/lib/renderers
Kim Silkebækken b461ab1358 Create basic vim segment renderer
This commit also includes a basic proof-of-concept demo for creating vim
statuslines. When creating vim statuslines you basically need to first
create the statusline the same way as the terminal demo, use the vim
renderer and then afterwards loop through the collected highlight groups
in the vim renderer and write those as vim highlight statements.

Vim obviously needs a ton of wrapper code to make everything work
properly (separate modes, callbacks, all that stuff) so the current demo
only shows some basic statusline highlighting.
2012-11-08 14:05:48 +01:00
..
__init__.py Create basic vim segment renderer 2012-11-08 14:05:48 +01:00
terminal.py Join the fg/bg/attr methods of the renderers 2012-11-08 13:16:22 +01:00
vim.py Create basic vim segment renderer 2012-11-08 14:05:48 +01:00