diff --git a/README.md b/README.md index bcefe6c6..662a2006 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,11 @@ variables: let g:javascript_conceal_super = "Ω" let g:javascript_conceal_arrow_function = "⇒" +## Indentation Specific + +* `:h cino-:` +* End-of-line continuations : `g:javascript_continuation` ( slightly complicated, look at the source code ) +* Start-of-line continuations : `g:javascript_opfirst` ( same as above ) ## Contributing