mrcjkb / rustaceanvim

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

Is there a way I can use mini.notify to display diagnostics #376

Closed alekspickle closed 5 months ago

alekspickle commented 5 months ago

Feature description

I want to setup rustaceanvim and display all the diagnostics to use mini.notify

mrcjkb commented 5 months ago

Hey :wave:

This plugin uses Neovim's built-in LSP client to provide diagnostics. For integrating with mini.notify, you're probably better off asking there.