- 
                Notifications
    
You must be signed in to change notification settings  - Fork 309
 
Closed
Description
I recently updated to NeoVim 0.11 and LSP keeps throwing this error: "rust-analyzer does not have a configuration". Not sure what that mean? What configuration is it looking for other than settings?
            settings = {
                ["rust-analyzer"] = {
                    cargo = {
                        extraEnv = { CARGO_TARGET_DIR = ".ra_target" },
                        features = "all",
                    },
                    check = {
                        features = "all",
                    },
could it possibly be this workaround to prevent mason from installing rust-analyzer?
        "neovim/nvim-lspconfig",
        opts = {
            setup = {
                rust_analyzer = function()
                    return true
                end,
            },
        },
Metadata
Metadata
Assignees
Labels
No labels