summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-10-18 09:10:59 +0100
committerw0rp <devw0rp@gmail.com>2018-10-18 09:11:06 +0100
commit3b38a83ae9c221e0f4589f087bfb6b43056e3943 (patch)
tree9f4597db8e3cf16c8b0c02cf78f4d6618707ac81 /README.md
parentbe21aa5cda39850d9f0261e3b6cac9d48a170756 (diff)
downloadale-3b38a83ae9c221e0f4589f087bfb6b43056e3943.zip
Tell people to turn the completion option on before loading ALE
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a99b500f..75f5346a 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ features, including:
* Diagnostics (via Language Server Protocol linters)
* Go To Definition (`:ALEGoToDefinition`)
-* Completion (`let g:ale_completion_enabled = 1`)
+* Completion (`let g:ale_completion_enabled = 1` before ALE is loaded)
* Finding references (`:ALEFindReferences`)
* Hover information (`:ALEHover`)
@@ -277,6 +277,7 @@ Protocol linters, or from `tsserver` for TypeScript.
```vim
" Enable completion where available.
+" This setting must be set before ALE is loaded.
let g:ale_completion_enabled = 1
```