nvim-lua / completion-nvim

A async completion framework aims to provide completion to neovim's built in LSP written in Lua
Apache License 2.0
975 stars 79 forks source link

Docked signature window #42

Open archseer opened 4 years ago

archseer commented 4 years ago

Hi, thank you for this plugin! Would it be possible to implement a setting similar to let g:float_preview#docked = 1 on ncm2?

haorenW1025 commented 4 years ago

It's definitely possible, I'll try to implement this but it might takes a while.

cooperuser commented 3 years ago

I believe this should be closed? See g:completion_docked_hover.

https://github.com/nvim-lua/completion-nvim/blob/9d48a1f0859aae75869cce699cf7cf49df54a39d/plugin/completion.vim#L28-L38

https://github.com/nvim-lua/completion-nvim/blob/936bbd17577101a4ffb07ea7f860f77dd8007d43/lua/completion/hover.lua#L195-L200