mirror of
https://github.com/amix/vimrc
synced 2025-07-06 16:05:01 +08:00
prefinal
This commit is contained in:
56
sources_non_forked/vim-statline/README.mdown
Normal file
56
sources_non_forked/vim-statline/README.mdown
Normal file
@ -0,0 +1,56 @@
|
||||
# statline.vim : Improved status line for Vim
|
||||
|
||||
[https://github.com/millermedeiros/vim-statline](https://github.com/millermedeiros/vim-statline)
|
||||
|
||||
Add useful informations to the `statusline`.
|
||||
|
||||
Based on [gf3/.vimrc](https://github.com/gf3/dotfiles) and the statusline
|
||||
from [factorylabs/vimfiles](https://github.com/factorylabs/vimfiles).
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||
### Details
|
||||
|
||||

|
||||

|
||||
|
||||
### It automatically adapts to color schemes
|
||||
|
||||
#### molokai
|
||||

|
||||
|
||||
#### solarized
|
||||

|
||||
|
||||
#### darkblue
|
||||

|
||||
|
||||
|
||||
|
||||
## Settings
|
||||
|
||||
Statline have a few settings to toggle the display of items, check
|
||||
`help statline` for all the available options.
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
If you don't have a preferred installation method, I recommend
|
||||
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and
|
||||
then simply copy and paste:
|
||||
|
||||
cd ~/.vim/bundle
|
||||
git clone git://github.com/millermedeiros/vim-statline.git
|
||||
|
||||
Once help tags have been generated, you can view the manual with
|
||||
`:help statline`.
|
||||
|
||||
|
||||
|
||||
|
||||
## License
|
||||
|
||||
Released under the [WTFPL](http://sam.zoy.org/wtfpl/).
|
||||
|
Reference in New Issue
Block a user