iyes_progress 0.14.0

Bevy plugin to help implement loading states
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
hook -group lsp-filetype-rust global BufSetOption filetype=rust %{
    set-option buffer lsp_servers %{
        [rust-analyzer]
        root_globs = ["Cargo.toml"]
        single_instance = true
        [rust-analyzer.experimental]
        commands.commands = ["rust-analyzer.runSingle"]
        hoverActions = true
        [rust-analyzer.settings.rust-analyzer]
        # See https://rust-analyzer.github.io/manual.html#configuration
        cargo.features = [ "task" ]
        check.command = "clippy"
    }
}