pwnwriter / pwnvim

👾 Neo(vim), the less is more.
https://ko-fi.com/pwnwriter
MIT License
154 stars 2 forks source link

Enable inline hints #13

Open bagmonkey opened 3 months ago

bagmonkey commented 3 months ago

Hiya! New to nvim and i was wondering if i could enable iline hints (for rust use) with this config, and how i would be able to. Thanks!

pwnwriter commented 3 months ago

Inlay hints are already enabled but are disabled by default.

You can use the key combination leader + h + I to toggle them on and off.

Screenshot 2024-08-29 at 11 36 44 AM