mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
FAQ: how can I see what is currently enabled?
This commit is contained in:
11
README.md
11
README.md
@@ -73,6 +73,7 @@ other content at [w0rp.com](https://w0rp.com).
|
|||||||
15. [How can I configure my C or C++ project?](#faq-c-configuration)
|
15. [How can I configure my C or C++ project?](#faq-c-configuration)
|
||||||
16. [How can I configure ALE differently for different buffers?](#faq-buffer-configuration)
|
16. [How can I configure ALE differently for different buffers?](#faq-buffer-configuration)
|
||||||
17. [How can I configure the height of the list in which ALE displays errors?](#faq-list-window-height)
|
17. [How can I configure the height of the list in which ALE displays errors?](#faq-list-window-height)
|
||||||
|
18. [How can I see what ALE has configured for the current file?](#faq-get-info)
|
||||||
|
|
||||||
<a name="supported-languages"></a>
|
<a name="supported-languages"></a>
|
||||||
|
|
||||||
@@ -779,3 +780,13 @@ To set a default height for the error list, use the `g:ale_list_window_size` var
|
|||||||
" Show 5 lines of errors (default: 10)
|
" Show 5 lines of errors (default: 10)
|
||||||
let g:ale_list_window_size = 5
|
let g:ale_list_window_size = 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<a name="faq-get-info"></a>
|
||||||
|
|
||||||
|
### 5.xviii. How can I see what ALE has configured for the current file?
|
||||||
|
|
||||||
|
Run the following to see what is currently configured:
|
||||||
|
|
||||||
|
```vim
|
||||||
|
:ALEInfo
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user