Add autoindent to README, fix hlsearch default

I believe [hlsearch is false by default](214619d8d6/src/configuration/configuration.ts (L56)).
This commit is contained in:
Stephan Renatus 2016-09-23 08:08:20 +02:00 committed by GitHub
parent 4bb8540f41
commit 7ae1ff078e

View File

@ -116,6 +116,10 @@ The following is a subset of the supported configurations; the full list is desc
* hlsearch
* When there is a previous search pattern, highlight all its matches
* Type: Boolean (Default: `false`)
* autoindent
* Copy indent from current line when starting a new line
* Type: Boolean (Default: `true`)
## F.A.Q.