summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-05-11 17:06:32 +0100
committerw0rp <devw0rp@gmail.com>2019-05-11 17:06:32 +0100
commitedd31143946aa396a0021174b0dfb6927b630856 (patch)
tree2dd1057724ade87db795bbc12eb63a61fbfa4f03 /README.md
parentf0152bca987272e257e5dbe39d835c7d8e85b367 (diff)
downloadale-edd31143946aa396a0021174b0dfb6927b630856.zip
Make it less likely people will do the wrong thing
Make it very clear in every single place that the setting for ALE's own completion implementation is mentioned that you should not enable it if you want to use ALE as a completion source for other plugins like Deoplete.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a35a62ab..1de2b412 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,9 @@ other plugins, and can be enabled by changing a setting before ALE is loaded.
```vim
" Enable completion where available.
" This setting must be set before ALE is loaded.
+"
+" You should not turn this setting on if you wish to use ALE as a completion
+" source for other completion plugins, like Deoplete.
let g:ale_completion_enabled = 1
```