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