fix readme
This commit is contained in:
parent
4db1cb19c1
commit
b5cfbe54cb
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
FarOut colorscheme for Vim:
|
FarOut colorscheme for Vim:
|
||||||
|
|
||||||
- Base16 theme for gvim and terminals supporting 24-bit colors
|
- Base16 theme for gvim and terminals supporting 24-bit colors
|
||||||
- Simple, clean code created with [vim-rng](https://gist.github.com/5cd2f4ec222805f49eca.git)
|
- Simple, clean code created with [RNB](https://gist.github.com/5cd2f4ec222805f49eca.git)
|
||||||
- Airline, Lightline & CtrlP support out-of-the-box
|
- Airline, Lightline & CtrlP support out-of-the-box
|
||||||
- That theme is so far out, can you dig it man?
|
- That theme is so far out, can you dig it man?
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ Installation
|
||||||
* [Pathogen][1] - `git clone https://github.com/fcpg/vim-farout ~/.vim/bundle/vim-farout`
|
* [Pathogen][1] - `git clone https://github.com/fcpg/vim-farout ~/.vim/bundle/vim-farout`
|
||||||
* [NeoBundle][2] - `NeoBundle 'fcpg/vim-farout'`
|
* [NeoBundle][2] - `NeoBundle 'fcpg/vim-farout'`
|
||||||
* [Vundle][3] - `Plugin 'fcpg/vim-farout'`
|
* [Vundle][3] - `Plugin 'fcpg/vim-farout'`
|
||||||
|
* [Plug][4] - Plug 'fcpg/vim-complimentary'
|
||||||
* manual - copy all files into your `~/.vim` directory
|
* manual - copy all files into your `~/.vim` directory
|
||||||
2. Append the following line to your .vimrc file:
|
2. Append the following line to your .vimrc file:
|
||||||
```VimL
|
```VimL
|
||||||
|
@ -83,3 +84,4 @@ License
|
||||||
[1]: https://github.com/tpope/vim-pathogen
|
[1]: https://github.com/tpope/vim-pathogen
|
||||||
[2]: https://github.com/Shougo/neobundle.vim
|
[2]: https://github.com/Shougo/neobundle.vim
|
||||||
[3]: https://github.com/gmarik/vundle
|
[3]: https://github.com/gmarik/vundle
|
||||||
|
[4]: https://github.com/junegunn/vim-plug
|
||||||
|
|
Loading…
Add table
Reference in a new issue