mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-16 00:37:08 +08:00
support section truncation based on window width. resolves #190.
This commit is contained in:
@@ -25,9 +25,9 @@ Completely transform the statusline to your liking.
|
||||
|
||||

|
||||
|
||||
# Integration with external plugins
|
||||
# Seamless integration
|
||||
|
||||
vim-airline provides seamless integration with a variety of plugins. These extensions will be lazily loaded if and only if you have the other plugins installed (and of course you can turn them off if you don't like it).
|
||||
vim-airline integrates with a variety of plugins out of the box. These extensions will be lazily loaded if and only if you have the other plugins installed (and of course you can turn them off).
|
||||
|
||||
### [ctrlp.vim][10]
|
||||

|
||||
@@ -61,8 +61,7 @@ There's already [powerline][2], why yet another statusline?
|
||||
|
||||
What about [vim-powerline][1]?
|
||||
|
||||
* the author has been active developing powerline, which was rewritten in python and expands its capabilities to tools outside of Vim, such as bash, zsh, and tmux.
|
||||
* vim-powerline has been deprecated as a result, and no features will be added to it.
|
||||
* vim-powerline has been deprecated in favor of the newer, undifying powerline, which is under active development; the new version is written in python and expands its capabilities to tools outside of vim, such as bash, zsh, and tmux.
|
||||
* vim-powerline uses different font codes, so if you want to use it with a powerline themed tmux (for example), it will not work.
|
||||
|
||||
# Where did the name come from?
|
||||
|
||||
Reference in New Issue
Block a user