p00f / clangd_extensions.nvim

Clangd's off-spec features for neovim's LSP client. Use https://sr.ht/~p00f/clangd_extensions.nvim instead
MIT License
448 stars 16 forks source link

add a option to control inlay hint priority #16

Closed aceforeverd closed 2 years ago

aceforeverd commented 2 years ago

the pr add a priority option to inlay hint configuration, so I can ensure inlay hints always appear before other marks e.g git blame.

same as https://github.com/lewis6991/gitsigns.nvim/issues/513