indent-bar : Use vertical bar to display indentation level
script karma |
Rating 9/3,
Downloaded by 539 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Jux Shi |
|
script type |
utility |
|
description |
This plugin uses vertical bars to display indentation level, pretty much like the indentation display in Sublime Text. |
|
install details |
Simply download the plugin files and put them in ~/.vim (Linux) or ~/vimfile (Windows) to achieve the effects. Or, you can also use a third party package manager to install the plugin, for example, if you use 'junegunn/vim-plug' as your package manager, you can put below line into your ~/.vimrc
Plug 'juniway/indent-bar'
Customization
You can change the style of vertical bar by setting g:indenters_char variable:
for example:
set let g:indent_bar_char = '¦'
the provided options are: ¦, ┆ or │
Note: these characters will only work with files whose encoding is UTF-8.
Github Repository:
https://github.com/juniway/indent-bar
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.134.253.166
|