#3527 - Clarify that popup menus should only be used in GUI Vim

This commit is contained in:
w0rp 2021-01-31 16:29:22 +00:00
parent e8080be08b
commit 1457e54528
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 2 additions and 0 deletions

View File

@ -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|.