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 79 forks source link

Added syntax highlighting in the signature window. #359

Closed JorriFransen closed 3 years ago

JorriFransen commented 3 years ago

This was recently added to the builtin signature window, but completion-nvim launches the signature window in it's own way.

vigoux commented 3 years ago

Hi, could you try to rebase your PR on latest master please ?

JorriFransen commented 3 years ago

This stopped working again for me, all the text in the signature window was black, But at least there where no characters highlighted in red. I do not have enough knowledge about lua/nvim to know how to implement this the proper way.

I am also not using completion-nvim anymore currently.