(lc) force floating windows

ada
blallo 2021-07-21 18:53:19 +02:00
parent 4003559a71
commit 92c3763cad
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ let g:LanguageClient_rootMarkers = {
\ 'elm': ['elm.json'], \ 'elm': ['elm.json'],
\ } \ }
let g:LanguageClient_hoverPreview = 'always'
" note that if you are using Plug mapping you should not use `noremap` mappings. " note that if you are using Plug mapping you should not use `noremap` mappings.
nmap <F5> <Plug>(lcn-menu) nmap <F5> <Plug>(lcn-menu)
" Or map each action separately " Or map each action separately