[nvim] disable floating window for suggestions

This commit is contained in:
Dmytro Meleshko 2020-01-06 16:40:45 +02:00
parent 42c2d37734
commit 13c57e9dcc
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ endif
\ 'errorSign': 'XX',
\ 'warningSign': '!!',
\ }
let g:coc_user_config['suggest.floatEnable'] = v:false
runtime! coc-languages/*.vim