mrcjkb / rustaceanvim

Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim
GNU General Public License v2.0
1.3k stars 47 forks source link

Option to prevent hijacking the builtin LSP hover action (`K` keybinding) #436

Closed svanharmelen closed 3 weeks ago

svanharmelen commented 3 weeks ago

Feature description

I searched but cannot seem to find a way to prevent rustaceanvim for hijacking the builtin K binding to call the default LSP hover function. I don't (want to) use the hover actions, so I prefer not to see them either. Thanks!

svanharmelen commented 3 weeks ago

Oeps... Just opened the issue and now spotted the option to prevent this in the docs 🙈 Sorry for the noise!