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

Handle filetype in floating signature help window #378

Closed tomcur closed 3 years ago

tomcur commented 3 years ago

With this change, the buffer's file type is taken into account when converting the signature help into markdown.

I believe, but am not sure, that this is the more generic way of adding syntax highlighting compared to #359.

Edit: this should fix #351.