preservim / vim-indent-guides

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

install with vundle #126

Closed hangyu0100 closed 7 years ago

hangyu0100 commented 7 years ago

Hello, I follow the steps and clone the plugin into the folder ~/.vim/bundle, but it doesn't work. Finally I add Plugin 'nathanaelkane/vim-indent-guides' into .vimrc, and it works.

nathanaelkane commented 7 years ago

Vundle is the preferred install method. The readme has been updated with Vundle installation details.