mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] disable floating window for suggestions
This commit is contained in:
parent
42c2d37734
commit
13c57e9dcc
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ endif
|
|||
\ 'errorSign': 'XX',
|
||||
\ 'warningSign': '!!',
|
||||
\ }
|
||||
let g:coc_user_config['suggest.floatEnable'] = v:false
|
||||
|
||||
runtime! coc-languages/*.vim
|
||||
|
||||
|
|
Loading…
Reference in a new issue