mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Make it clearer that global variables should be set in vimrc, in the Rust documentation
This commit is contained in:
@@ -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: >
|
||||
|
||||
Reference in New Issue
Block a user