vim-indentguides : Simple indentation guides for your buffers
script karma |
Rating 17/5,
Downloaded by 749 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Thaer Khawaja |
|
script type |
syntax |
|
description |
Space indents are visually identified by the "┆" character, while tabs are distinguished by "|". Manually calling the command IndentGuidesToggle will toggle indent guides scoped to a specific buffer.
If there are any files you would like to not add indent guides for, add the filetype to the ignore list:
let g:indentguides_ignorelist = ['text'] |
|
install details |
Plugin managers are recommended, such as Plug or Vundle, which directly pull from the git repo for the latest version. Installation instructions for such plugins are available in the README.md file.
Any configuration available is also documented in the README.md file.
For those that prefer a static variant, decompress the archive's folder content into your ~/.vim directory, which should place the plugin into the path ~/.vim/plugin/indentguides.vim |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.205.26.39
|