(lc) force floating windows

rita
blallo 2021-07-21 18:53:19 +02:00
parent 0079141cf6
commit d2b3076830
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 2 additions and 0 deletions

View File

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