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
973 stars 78 forks source link

Add border to floating windows #386

Closed ranjithshegde closed 3 years ago

ranjithshegde commented 3 years ago

Leverage neovim's new Api for floating windows with borders. This applies to auto_hover and signature_help

ranjithshegde commented 3 years ago

@haorenW1025 @vigoux Could you please review or approve this? Once this is merged I will file another PR to update signature help to highlight active parameter (from neovim core)