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
485 stars 18 forks source link

Key mappings created by the `Type hierarchy` should support user configuration. #51

Closed NGPONG closed 8 months ago

NGPONG commented 8 months ago

hi @p00f , thanks for this great plugin!

I'm used to keeping my keymaps clean in my workflow, so are you going to support this configuration? If you don't have time I can submit a PR, what do you think?

p00f commented 8 months ago

there's only one keymap, which is the standard gd. I don't want to support configuring - because gd is standard - unless there is enough interest. For now, I'm closing this

NGPONG commented 8 months ago

Thank you for your response. Well, I'm going to have some quirks with the configuration, which makes me have to unmap these by some other way.