SkillAgentSearch skills...

IndentLine.vim

An indent guides plugin displaying thin vertical lines.

Install / Use

/learn @vim-scripts/IndentLine.vim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This is a mirror of http://www.vim.org/scripts/script.php?script_id=4354

This plugin is used for displaying thin vertical lines at each indentation level for code indented with spaces. For code indented with tabs I think there is no need to support it, because you can use :set list lcs=tab:|\ (here is a space).

Requirements: This plugin takes advantage of the newly provided conceal feature in Vim 7.3, so this plugin will not work with lower versions of Vim.

Installation: To install the plugin just put the plugin files in your ~/.vim (Linux) or ~/vimfiles (Windows).

If you use a plugin manager you can put the whole directory into your ~/.vim/bundle/ directory (Pathogen) or add the line Bundle 'Yggdroot/indentLine' to your .vimrc (Vundle).

Customization: You can change the color of indentLines: for Vim, set g:indentLine_color_term in your .vimrc, e.g. let g:indentLine_color_term = 239, for GVim, set g:indentLine_color_gui in your .vimrc, e.g. let g:indentLine_color_gui = '#A4E57E'

You can also change the indentLine char: for both Vim and GVim, set let g:indentLine_char = 'c' where 'c' can be any ASCII character. You can also use one of ¦, ┆ or │ to display more beautiful lines. However, these characters will only work with files whose encoding is UTF-8.

Github: https://github.com/Yggdroot/indentLine

Screenshots: http://i.imgur.com/KVi0T.jpg http://imgur.com/zhV1v http://imgur.com/cENlq http://i.imgur.com/tLYkb79.png http://i.imgur.com/Rfr0Nor.png

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks1

Languages

VimL

Security Score

55/100

Audited on Jul 15, 2023

No findings