mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-07 17:54:27 +08:00
Fix bullet points in Installation instructions.
GitHub requires four spaces to consider the bullet points at a new level.
This commit is contained in:
12
README.md
12
README.md
@@ -7,16 +7,16 @@ This is the official theme repository for [vim-airline](https://github.com/vim-a
|
|||||||
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
|
This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:
|
||||||
|
|
||||||
* [Pathogen][4]
|
* [Pathogen][4]
|
||||||
* `git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes`
|
* `git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes`
|
||||||
* Remember to run `:Helptags` to generate help tags
|
* Remember to run `:Helptags` to generate help tags
|
||||||
* [NeoBundle][5]
|
* [NeoBundle][5]
|
||||||
* `NeoBundle 'vim-airline/vim-airline-themes'`
|
* `NeoBundle 'vim-airline/vim-airline-themes'`
|
||||||
* [Vundle][6]
|
* [Vundle][6]
|
||||||
* `Plugin 'vim-airline/vim-airline-themes'`
|
* `Plugin 'vim-airline/vim-airline-themes'`
|
||||||
* [Plug][7]
|
* [Plug][7]
|
||||||
* `Plug 'vim-airline/vim-airline-themes'`
|
* `Plug 'vim-airline/vim-airline-themes'`
|
||||||
* manual
|
* manual
|
||||||
* copy all of the files into your `~/.vim` directory
|
* copy all of the files into your `~/.vim` directory
|
||||||
|
|
||||||
|
|
||||||
# Using a Theme
|
# Using a Theme
|
||||||
|
|||||||
Reference in New Issue
Block a user