nvim-navic icon indicating copy to clipboard operation
nvim-navic copied to clipboard

fix: add macro to icon and check list.

Open BeyondMagic opened this issue 3 years ago • 2 comments

Fix https://github.com/utilyre/barbecue.nvim/issues/2.

BeyondMagic avatar Aug 23 '22 21:08 BeyondMagic

Which language server uses 255 as a symbol kind? Also are there more language servers using non-standard symbol kinds?

SmiteshP avatar Sep 04 '22 07:09 SmiteshP

255 is for #define lines in C and C++, it is used as macro for the preprocessor.

CCLS uses it and is a major LSP for two huge languages, so I am sure there are more, just found out struct has no support it with Navic.

Perhaps it should be customisable this setting; So that we can add specific configurations for specific Language Servers.

BeyondMagic avatar Sep 11 '22 19:09 BeyondMagic