Closed p00f closed 4 years ago
Both nvim-lsp and coc-vimlsp use the same language server (https://github.com/iamcco/vim-language-server)
Q: I want to use floating preview window feature with deoplete.
A: Please install float-preview.nvim plugin.
https://github.com/ncm2/float-preview.nvim
I have tested vim-language-server and it does not include detailed information.
I think to use this is better.
Note: float-preview.nvim
does not support completionItem/resolve
behavior.
So the problem exists.
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
How do I enable decription of the completion item beside the list? Currently, it is like this: https://imgur.com/YM75rtd
Expected
https://imgur.com/uMyuxAd
Environment Information
deoplete version (SHA1):1a49407cf3eff03359de158151be174956b2ccbc
OS:archlinux
neovim/Vim
:version
output:Features: +acl +iconv +tui See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"
health#nvim_lsp#check
Checking language server protocol configuration
health#deoplete#check
deoplete.nvim
health#nvim#check
Configuration
Performance
Remote Plugins
terminal
health#provider#check
Clipboard (optional)
Python 2 provider (optional)
import neovim
. Using the first available executable for diagnostics.Python 3 provider (optional)
g:python3_host_prog
is not set. Searching for python3 in the environment.Python virtualenv
Ruby provider (optional)
ruby
andgem
must be in $PATH.ruby
andgem
commands work.Node.js provider (optional)
Perl provider (optional)
perl
andcpanm
must be in $PATH.perl
andcpanm
commands work.How to reproduce the problem from neovim/Vim startup (Required!)
This is a question, not a bug report
Generate a logfile if appropriate
Screenshot (if possible)
Upload the log file