mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-12 21:43:50 -05:00
update statements in lightline-spirit
This commit is contained in:
@@ -4,7 +4,7 @@ Version: 0.1
|
|||||||
Author: itchyny (https://github.com/itchyny)
|
Author: itchyny (https://github.com/itchyny)
|
||||||
License: MIT License
|
License: MIT License
|
||||||
Repository: https://github.com/itchyny/lightline.vim
|
Repository: https://github.com/itchyny/lightline.vim
|
||||||
Last Change: 2016/10/24 08:12:28.
|
Last Change: 2017/05/27 21:32:32.
|
||||||
|
|
||||||
CONTENTS *lightline-contents*
|
CONTENTS *lightline-contents*
|
||||||
|
|
||||||
@@ -29,21 +29,21 @@ The *lightline* plugin is a light and configurable statusline/tabline for Vim.
|
|||||||
SPIRIT *lightline-spirit*
|
SPIRIT *lightline-spirit*
|
||||||
|
|
||||||
Minimalism
|
Minimalism
|
||||||
The core script is very small.
|
The core script is very small to achive enough functions as a
|
||||||
|
statusline plugin.
|
||||||
|
|
||||||
Configurability
|
Configurability
|
||||||
You can create your own component and easily add to the
|
You can create your own component and easily add to the statusline
|
||||||
statusline/tabline.
|
and the tabline.
|
||||||
|
|
||||||
Orthogonality
|
Orthogonality
|
||||||
Any plugin should not change the settings of another plugin.
|
The plugin does not rely on the implementation of other plugins.
|
||||||
Such plugin-crossing settings should be written by users in
|
Such plugin crossing settings should be configured by users.
|
||||||
.vimrc.
|
|
||||||
|
|
||||||
You might find this plugin is not so useful by default. This plugin
|
You might find this plugin is not so useful by default. This plugin
|
||||||
does not provide the branch information, which is a very basic
|
does not provide the branch information, which is a very basic
|
||||||
component in existing plugins. The reason is that branch component is
|
component in existing plugins. The reason is that branch component is
|
||||||
one of plugin-crossing settings so users should write the settings
|
one of plugin crossing settings so users should write the settings
|
||||||
using the APIs of the both plugins. Hospitality makes a plugin messy.
|
using the APIs of the both plugins. Hospitality makes a plugin messy.
|
||||||
Good APIs keep a plugin clean.
|
Good APIs keep a plugin clean.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user