summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-08-04 20:07:46 +0100
committerw0rp <devw0rp@gmail.com>2020-08-04 20:11:49 +0100
commitacf892c4d14ee73c570527d86cecfc14c84360a9 (patch)
tree1d6669e80c836419e3eadf5c06f4082ff3b37af0 /plugin
parent316c7c7372ad6f34e439944713655ccff2123f40 (diff)
downloadale-acf892c4d14ee73c570527d86cecfc14c84360a9.zip
#1532 - Display hover information on CursorHold
Diffstat (limited to 'plugin')
-rw-r--r--plugin/ale.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim
index e1ddf7b7..65c5a77c 100644
--- a/plugin/ale.vim
+++ b/plugin/ale.vim
@@ -121,6 +121,9 @@ let g:ale_cursor_detail = get(g:, 'ale_cursor_detail', 0)
" This flag can be set to 1 to enable virtual text when the cursor moves.
let g:ale_virtualtext_cursor = get(g:, 'ale_virtualtext_cursor', 0)
+" This flag can be set to 1 to enable LSP hover messages at the cursor.
+let g:ale_hover_cursor = get(g:, 'ale_hover_cursor', 1)
+
" This flag can be set to 1 to automatically close the preview window upon
" entering Insert Mode.
let g:ale_close_preview_on_insert = get(g:, 'ale_close_preview_on_insert', 0)