mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-15 06:53:51 -05:00
links
This commit is contained in:
@@ -46,8 +46,9 @@ With branch name, readonly mark and modified mark.
|
|||||||

|

|
||||||
|
|
||||||
## Why yet another clone for powerline?
|
## Why yet another clone for powerline?
|
||||||
+ vim-powerline is a nice plugin, but deprecated.
|
+ [vim-powerline](https://github.com/Lokaltog/vim-powerline) is a nice plugin, but deprecated.
|
||||||
+ vim-airline is a nice plugin, but not configurable. Also, it does *too much* for other plugins, which should be done by users in .vimrc.
|
+ [powerline](https://github.com/Lokaltog/powerline) is a nice plugin, but difficult to configure.
|
||||||
|
+ [vim-airline](https://github.com/bling/vim-airline) is a nice plugin, but not configurable. Also, it does *too much* for other plugins, which should be done by users in .vimrc.
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
itchyny (https://github.com/itchyny)
|
itchyny (https://github.com/itchyny)
|
||||||
@@ -85,7 +86,7 @@ If you want a wombat colorscheme, add the folowing setting to your .vimrc (or \_
|
|||||||
to get:
|
to get:
|
||||||

|

|
||||||
|
|
||||||
If you have installed vim-fugitive, the branch status is automatically available:
|
If you have installed [vim-fugitive](https://github.com/tpope/vim-fugitive), the branch status is automatically available:
|
||||||

|

|
||||||
but you find it annoying! So you add to your .vimrc:
|
but you find it annoying! So you add to your .vimrc:
|
||||||
```vim
|
```vim
|
||||||
@@ -98,7 +99,7 @@ but you find it annoying! So you add to your .vimrc:
|
|||||||
```
|
```
|
||||||

|

|
||||||
OK. The branch section has been removed.
|
OK. The branch section has been removed.
|
||||||
The `g:lightline.active.left` stands for the components which appears on the left hand side, for the active window.
|
The `g:lightline.active.left` stands for the components which appear on the left hand side, for the active window.
|
||||||
|
|
||||||
You find the read-only mark is not cool:
|
You find the read-only mark is not cool:
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user