An open API service indexing awesome lists of open source software.

https://github.com/fcpg/vim-c3po

next-gen noscrollbar
https://github.com/fcpg/vim-c3po

Last synced: about 1 year ago
JSON representation

next-gen noscrollbar

Awesome Lists containing this project

README

          

Vim-C3PO
=========
C3PO (ColorColumn Current POsition) is the next-gen buffer position indicator.

```
/~\
|oo )
_\=/_
/ \
//|/.\|\\

"Goodness! No statusline required!"
```

[![asciicast](https://asciinema.org/a/GbsgyYTewzLFHSYqbDEfkr1Xe.png)](https://asciinema.org/a/GbsgyYTewzLFHSYqbDEfkr1Xe)

Installation
-------------
Use your favorite method:
* [Pathogen][1] - git clone https://github.com/fcpg/vim-c3po ~/.vim/bundle/vim-c3po
* [NeoBundle][2] - NeoBundle 'fcpg/vim-c3po'
* [Vundle][3] - Plugin 'fcpg/vim-c3po'
* manual - copy all files into your ~/.vim directory

Configuration
--------------
Use `g:cc` var for other colorcolumns (`:h 'cc`).
Check the source code for functions and commands.

Acknowledgments
----------------
Original ideas from noscrollbar and line-no-indicator

License
--------
[Attribution-ShareAlike 4.0 Int.](https://creativecommons.org/licenses/by-sa/4.0/)

[1]: https://github.com/tpope/vim-pathogen
[2]: https://github.com/Shougo/neobundle.vim
[3]: https://github.com/gmarik/vundle