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

fix(lsp): update `inlay_hints.is_enabled` to new nightly format #381

Closed NicolasGB closed 2 months ago

NicolasGB commented 2 months ago

Hi! Thanks for such a great plugin.

Neovim has changed the parameters of the is_enabled now it takes a filter similar to a change they did for enabling them a few weeks ago! here's a quick fix, if it suits you!

github-actions[bot] commented 2 months ago

Review Checklist

Does this PR follow the Contribution Guidelines? Following is a partial checklist:

Proper conventional commit scoping:

If applicable:

mrcjkb commented 2 months ago

CI is failing with unrelated deprecations (after targeting the update_flacke_lock_action branch, which has the updated neovim nightly). I'll have to fix that later...

mrcjkb commented 2 months ago

Merging into the update_flake_lock_action branch, and will fix CI there.

NicolasGB commented 2 months ago

Thanks! Glad I could help even though it was just a line