Wont attach to dependencies #722
-
Checked other resources
DescriptionWith 7c66c1b rust-analyser won't attach to source files from dependencies anymore. Is this intended? Example CodeNeovim version (nvim -v)v0.12.0 Operating system/versionUbuntu Output of :checkhealth rustaceanvim==============================================================================
rustaceanvim: require("rustaceanvim.health").check()
Checking for Lua dependencies ~
- ✅ OK [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) installed.
Checking external dependencies ~
- ✅ OK rust-analyzer: found rust-analyzer 1.86.0 (05f9846 2025-03-31)
- ✅ OK Cargo: found cargo 1.86.0 (adf9b6ad1 2025-02-28)
- ✅ OK rustc: found rustc 1.86.0 (05f9846f8 2025-03-31)
- ✅ OK cargo-nextest: found cargo-nextest 0.9.93 (c4863f26c 2025-03-24)
- ✅ OK debug adapter: found codelldb
Checking config ~
- ✅ OK No errors found in config.
Checking for conflicting plugins ~
- ✅ OK No conflicting plugins detected.
Checking for tree-sitter parser ~
- ✅ OK tree-sitter parser for Rust detected. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hey 👋 thanks for reporting. |
Beta Was this translation helpful? Give feedback.
-
I hit this problem and found a weird workaround. Here are some details. Maybe this will help nail down the problems. First of all, rustaceanvim picks up vim.lsp.config settings from Then, configuring RA with rustaceanvim through |
Beta Was this translation helpful? Give feedback.
Hey 👋
thanks for reporting.
No, that is not the intended behaviour,
#724