Fixed typo in the readme file
This commit is contained in:
parent
23211a3b4f
commit
9dbc046d83
@ -23,7 +23,7 @@ Alternatively if you have [Pathogen](http://www.vim.org/scripts/script.php?scrip
|
|||||||
The default mapping to toggle the plugin is `<Leader>ig`
|
The default mapping to toggle the plugin is `<Leader>ig`
|
||||||
|
|
||||||
### Setting custom indent colors
|
### Setting custom indent colors
|
||||||
Here's an example of how to define custom colors instead using of the ones the plugin automatically generates for you. Add this to your `.vimrc` file:
|
Here's an example of how to define custom colors instead of using the ones the plugin automatically generates for you. Add this to your `.vimrc` file:
|
||||||
|
|
||||||
let g:indent_guides_auto_colors = 0
|
let g:indent_guides_auto_colors = 0
|
||||||
autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd guibg=red ctermbg=3
|
autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd guibg=red ctermbg=3
|
||||||
|
Loading…
Reference in New Issue
Block a user