summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-06-15 10:24:09 +0100
committerw0rp <devw0rp@gmail.com>2018-06-15 10:24:09 +0100
commit49a5d657eedbb1b3b0d8bb5697cee693378b5972 (patch)
treeaf726a6fafe89a0bde884d318e92b08c3a9f0d34 /README.md
parentbda89506bac3bf25d56a0ad8aef81a4cae848bb8 (diff)
downloadale-49a5d657eedbb1b3b0d8bb5697cee693378b5972.zip
Tell people that there's no cost for LSP support if they don't need it
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90ec9d44..d43967ff 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,10 @@ features, including:
* Finding references (`:ALEFindReferences`)
* Hover information (`:ALEHover`)
+If you don't care about Language Server Protocol, ALE won't load any of the code
+for working with it unless needed. One of ALE's general missions is that you
+won't pay for the features that you don't use.
+
## Table of Contents
1. [Supported Languages and Tools](#supported-languages)