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

Clear old autocommands on reload #32

Closed L3MON4D3 closed 1 year ago

L3MON4D3 commented 1 year ago

Hi!

I noticed that reloading a buffer duplicates the autocommands for updating inlay-hints, and would like to fix that :) Thank you for the nice tool :+1:

p00f commented 1 year ago

Thanks!