From 96d42317b199a5d954bbee1e0576c39095f93c00 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 4 Feb 2019 10:37:34 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b16a2255..6ef7eae7 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,13 @@ vim-airline also supplies some supplementary stand-alone extensions. In additio #### whitespace ![image](https://f.cloud.github.com/assets/306502/962401/2a75385e-04ef-11e3-935c-e3b9f0e954cc.png) +The statusline can alternatively by drawn on top, making room for other plugins to use the statusline: +The example shows a custom statusline setting, that imitates Vims default statusline, while allowing +to call custom functions. Use `:let g:airline_statusline_ontop=1` to enable it. + +### statusline on top +![image](https://i.imgur.com/tW1lMRU.png) + ## Configurable and extensible #### Fine-tuned configuration