aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40f8001..e19460e 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,22 @@ compatible.
11 11
12![screenshot](https://git.entwicklerseite.de/vim-fancy-line/plain/screenshot.png) 12![screenshot](https://git.entwicklerseite.de/vim-fancy-line/plain/screenshot.png)
13 13
14
15## TLDR;
16
17Key features:
18
19* Compatible (at least) with all pre-installed colorschemes
20* Pure Vimscript, no overhead (this is critical with statuslines, because textlock is active during stl updates)
21* Displays the tab bar in a different color for the `root` user: `:highlight Error`
22
23
24## Configuration
25
26* It should be considered to add `showtabline=2` to the vimrc
27* It looks nicer with proper fillchars, e.g. `fillchars+=eob:\ ,vert:\`
28
29
14## Installation 30## Installation
15 31
16This should be sufficient: 32This should be sufficient:
..