summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-03-21 12:39:06 +0000
committerw0rp <devw0rp@gmail.com>2017-03-21 12:39:12 +0000
commit6550cdfbd0d8e4037e9097db5a0caa6284b35708 (patch)
treef977ca784a814b01e50efae1f24f60046bc8a1d6
parent551d53aa67973ce548654d4b922dc4e0fb6e4544 (diff)
downloadale-6550cdfbd0d8e4037e9097db5a0caa6284b35708.zip
Make it clearer that global variables should be set in vimrc, in the Rust documentation
-rw-r--r--doc/ale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index ff4893fa..9db06995 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1149,7 +1149,7 @@ Some linters may have requirements for some other plugins being installed.
checked. That means that all errors are properly shown, but cargo can
only operate on the files written on disk. That means it is highly
recommended to turn off |g:ale_lint_on_text_changed| and to turn on
- |g:ale_lint_on_save|.
+ |g:ale_lint_on_save| in your vimrc file.
Only cargo is enabled by default. To switch to using rustc instead of cargo,
configure |g:ale_linters| appropriately: >