Closed CaoPeng closed 7 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?
The guides are off by default, try toggling them on with either <Leader>ig (default mapping), or :IndentGuidesToggle.
<Leader>ig
:IndentGuidesToggle
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?