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
- Host: GitHub
- URL: https://github.com/fcpg/vim-c3po
- Owner: fcpg
- Created: 2017-09-15T13:48:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T12:54:48.000Z (over 8 years ago)
- Last Synced: 2024-11-10T16:46:22.163Z (over 1 year ago)
- Language: Vim script
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vim-C3PO
=========
C3PO (ColorColumn Current POsition) is the next-gen buffer position indicator.
```
/~\
|oo )
_\=/_
/ \
//|/.\|\\
"Goodness! No statusline required!"
```
[](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