sponsor Vim development Vim logo Vim Book Ad

vim-indentguides : Simple indentation guides for your buffers

 script karma  Rating 17/5, Downloaded by 768  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-indentguides-0.1.0.tar.gz 0.1.0 2017-02-13 7.3 Thaer Khawaja Initial upload
ip used for rating: 18.218.184.214

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github