Shougo / ddc.vim

Dark deno-powered completion framework for Vim/Neovim
MIT License
676 stars 32 forks source link

[Enhance] add floating preview window feature support to vim #47

Closed krisfans closed 3 years ago

krisfans commented 3 years ago

Problems summary

Are you consider adding floating preview window feature support to vim to show snippet and hook information, just like coc.nvim? Or create a new plugin to implement this feature both work on nvim and vim ? I noticed that both ddc.vim and coc.nvim are plugins based on ts scripts. Does this make it possible to increase floating windows feature for vim ?

Shougo commented 3 years ago

https://github.com/matsui54/ddc-nvim-lsp-doc

The plugins exists for nvim-lsp floating preview information.

I don't add the feature in ddc.vim. Because it should be implemented in other plugin.

I don't interest the feature. So I don't create new plugin...