X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d8309be06a202b1bd6a9a2dd8eacc6e9b10e459b..1b32329c8a880d039661efe87fc0a5f1171d44ae:/README.md diff --git a/README.md b/README.md index ec200b6..1243577 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ For example, conceal `[link text](link url)` as just `link text`. To enable/disable conceal use Vim's standard conceal configuration. ```vim -set conceallevel = 2 +set conceallevel=2 ``` ### Syntax extensions @@ -145,7 +145,6 @@ Highlight YAML frontmatter as used by Jekyll: let g:vim_markdown_frontmatter = 1 ``` - ## Mappings The following work on normal and visual modes: