nix-community.nixvim/plugins/languages/rust/rustaceanvim
Austin Horstman a1c7932bdb
plugins/rustaceanvim: fix checkhealth error with neotest configuration
Rustaceanvim will throw an error if the configuration is sourced after
initialization. Our globals are defined at the top of the init.lua so
moving the settings to leverage the globals option and setting a
callback function as default to ensure we dont need to worry about
something initializing it before lspOnAttach is available.
2024-08-24 11:50:06 -05:00
..
default.nix plugins/rustaceanvim: fix checkhealth error with neotest configuration 2024-08-24 11:50:06 -05:00
renamed-options.nix plugins/rustaceanvim: switch to mkNeovimPlugin 2024-05-21 00:12:26 +02:00
settings-options.nix plugin/rustaceanvim: Handle rust-analyzer settings rename 2024-07-10 22:44:58 +02:00