diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..058c358 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +## Statusryne + +This is a fairly simple satusline and tabline plugin for vim. + +#### Satusline + + + + + + + +Left side: Mode, filename, git branch, git additions and deletions. + +Right side: Word count, character count, file size (as reported by `du`), +spelling language, filetype, percentage through file in lines, line count/ total +line count, cursor column line. + +Features: + +* *(Filename set dynamically)* Depending on the size available in the terminal, + first the full path of the file is displayed, else a shortened path is + displayed, else only the basename is shown. + +* *(Colour indicator)* Automatic mode dependent colour switching. + +* *(Git information)* Display git branch with insertions and deletions + +#### Tabline + + + + +Features: + +* *(Equal spacing)* Tab widths are set to equal lengths whenever a new buffer is + opened. |