From 92c3763cad9151d66c9864772f0dd99c83f0cf85 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 21 Jul 2021 18:53:19 +0200 Subject: [PATCH] (lc) force floating windows --- config/language-client.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/language-client.vim b/config/language-client.vim index 86f4530..18ef3da 100644 --- a/config/language-client.vim +++ b/config/language-client.vim @@ -22,6 +22,8 @@ let g:LanguageClient_rootMarkers = { \ 'elm': ['elm.json'], \ } +let g:LanguageClient_hoverPreview = 'always' + " note that if you are using Plug mapping you should not use `noremap` mappings. nmap (lcn-menu) " Or map each action separately