diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-03-21 17:41:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:41:24 +0000 |
commit | b769b67b2f14c124385e1c60ef70d949dd6930ec (patch) | |
tree | 63ce5c426fdf47c2189ea1f3682a883858107658 /README.md | |
parent | 1995afa8558e6dbfdcff9965efa77cb77994df8d (diff) | |
download | ale-b769b67b2f14c124385e1c60ef70d949dd6930ec.zip |
Update the table of content for the new FAQ entry.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,7 @@ formatting tools, and some Language Server Protocol and `tsserver` features. 13. [Will this plugin eat all of my laptop battery power?](#faq-my-battery-is-sad) 14. [How can I configure my C or C++ project?](#faq-c-configuration) 15. [How can I configure ALE differently for different buffers?](#faq-buffer-configuration) + 16. [How can I configure the height of the list in which ALE displays errors?](#faq-list-window-height) <a name="supported-languages"></a> @@ -699,6 +700,8 @@ let g:ale_pattern_options_enabled = 1 Buffer-local variables for settings always override the global settings. +<a name="faq-list-window-height"></a> + ### 5.xvi. How can I configure the height of the list in which ALE displays errors? To set a default height for the error list, use the `g:ale_list_window_size` variable. |