From ba2c1b4e25ff2cece5598cc6c90c550e6abd573c Mon Sep 17 00:00:00 2001 From: Janek <27jf@pm.me> Date: Wed, 27 May 2020 10:45:28 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f105162a..c5d6a168 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # vim-airline [![Build Status](https://travis-ci.org/vim-airline/vim-airline.svg?branch=master)](https://travis-ci.org/vim-airline/vim-airline) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/cb%40256bit.org) [![reviewdog](https://github.com/vim-airline/vim-airline/workflows/reviewdog/badge.svg?branch=master&event=push)](https://github.com/vim-airline/vim-airline/actions?query=workflow%3Areviewdog+event%3Apush+branch%3Amaster) -Lean & mean status/tabline for vim that's light as air. +Lean & mean status/tabline for vim that's light as air. ![img](https://github.com/vim-airline/vim-airline/wiki/screenshots/demo.gif) -When the plugin is correctly loaded, Vim will draw a nice statusline at the -bottom of each window. +When the plugin is correctly loaded, there will be a nice statusline at the +bottom of each vim window. That line consists of several sections, each one displaying some piece of information. By default (without configuration) this line will look like this: @@ -36,7 +36,7 @@ The statusline is the colored line at the bottom, which contains the sections section|meaning (example) -------|------------------ A | displays the mode + additional flags like crypt/spell/paste (INSERT) - B | VCS information (branch, hunk summary) (master) + B | VCS information - branch, hunk summary (master) C | filename + read-only flag (~/.vim/vimrc RO) X | filetype (vim) Y | file encoding[fileformat] (utf-8[unix]) @@ -68,9 +68,9 @@ For a better look, those sections can be colored differently, depending on vario [lawrencium][21], [virtualenv][31], [tmuxline][35], [taboo.vim][37], [ctrlspace][38], [vim-bufmru][47], [vimagit][50], [denite][51] and more. * Looks good with regular fonts and provides configuration points so you can use unicode or powerline symbols. -* Optimized for speed; it loads in under a millisecond. +* Optimized for speed - loads in under a millisecond. * Extensive suite of themes for popular color schemes including [solarized][23] (dark and light), [tomorrow][24] (all variants), [base16][32] (all variants), [molokai][25], [jellybeans][26] and others. - Note these are now external to this plugin. See [below][46] for detail. + Note these are now external to this plugin. More details can be found in the [themes repository][46]. * Supports 7.2 as the minimum Vim version. * The master branch tries to be as stable as possible, and new features are merged in only after they have gone through a [full regression test][33]. * Unit testing suite. @@ -93,7 +93,7 @@ Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' ``` -See https://github.com/vim-airline/vim-airline-themes for more. +See [vim-airline-themes][46] for more. ## Automatic truncation @@ -266,7 +266,7 @@ Solutions to common problems can be found in the [Wiki][27]. # Performance -Whoa! Everything got slow all of a sudden... +Whoa! Everything got slow all of a sudden... vim-airline strives to make it easy to use out of the box, which means that by default it will look for all compatible plugins that you have installed and enable the relevant extension. @@ -339,7 +339,7 @@ If you are interested in becoming a maintainer (we always welcome more maintaine [43]: https://github.com/vim-airline/vim-airline/wiki/Becoming-a-Maintainer [44]: https://github.com/mhartington [45]: https://github.com/vim-airline/vim-airline/commit/d7fd8ca649e441b3865551a325b10504cdf0711b -[46]: https://github.com/vim-airline/vim-airline#themes +[46]: https://github.com/vim-airline/vim-airline-themes#vim-airline-themes-- [47]: https://github.com/mildred/vim-bufmru [48]: https://github.com/ierton/xkb-switch [49]: https://github.com/vovkasm/input-source-switcher