preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.63k stars 166 forks source link

How to use vim-indent-guides in my vim profiles? #105

Closed CaoPeng closed 7 years ago

CaoPeng commented 8 years ago

I had copied indent_guides.vim --> .vim/autoload/ color_helper.vim --> .vim/autoload/

indent_guides.vim -->.vim/plugin

This function does not work!

How can I configure my .vimrc?

nathanaelkane commented 7 years ago

The guides are off by default, try toggling them on with either <Leader>ig (default mapping), or :IndentGuidesToggle.