diff options
author | w0rp <devw0rp@gmail.com> | 2021-01-31 16:29:22 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2021-01-31 16:29:22 +0000 |
commit | 1457e5452863ce3e30e77f68aa2adece72f1cc69 (patch) | |
tree | 9da0191d5478c7140dc2e358e49e4ba526a97bcc /doc | |
parent | e8080be08b5d3534d8a215343250a35d1c2f7780 (diff) | |
download | ale-1457e5452863ce3e30e77f68aa2adece72f1cc69.zip |
#3527 - Clarify that popup menus should only be used in GUI Vim
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 8a6417ee..9268c9f2 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1853,6 +1853,8 @@ g:ale_popup_menu_enabled *g:ale_popup_menu_enabled* capabilities in the right click mouse menu when there's a LSP server or tsserver available. See |ale-refactor|. + This feature is only supported in GUI versions of Vim. + This setting must be set to `1` before ALE is loaded for this behavior to be enabled. See |ale-lint-settings-on-startup|. |