Skip to content

Commit d3cf41d

Browse files
committed
Add empty lines after fenced code blocks
1 parent 05e4cc0 commit d3cf41d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ and then run the following command from inside Vim:
3939
```vim
4040
:PluginInstall
4141
```
42+
4243
## Usage
4344
The default mapping to toggle the plugin is `<Leader>ig`.
4445

@@ -55,6 +56,7 @@ If you would like to have indent guides enabled by default, you can add the foll
5556
```vim
5657
let g:indent_guides_enable_on_vim_startup = 1
5758
```
59+
5860
### gVim
5961
**This plugin should work with gVim out of the box, no configuration needed.** It will automatically inspect your colorscheme and pick appropriate colors.
6062

@@ -66,12 +68,14 @@ let g:indent_guides_auto_colors = 0
6668
autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd guibg=red ctermbg=3
6769
autocmd VimEnter,Colorscheme * :hi IndentGuidesEven guibg=green ctermbg=4
6870
```
71+
6972
Alternatively you can add the following lines to your colorscheme file.
7073

7174
```vim
7275
hi IndentGuidesOdd guibg=red ctermbg=3
7376
hi IndentGuidesEven guibg=green ctermbg=4
7477
```
78+
7579
### Terminal Vim
7680
At the moment Terminal Vim only has basic support. This means is that colors won't be automatically calculated based on your colorscheme. Instead, some preset colors are used depending on whether `background` is set to `dark` or `light`.
7781

0 commit comments

Comments
 (0)