-
Checked other resources
DescriptionThe rustaceanvim use rustaceanvim/lua/rustaceanvim/lsp/init.lua Line 165 in eb606eb Example Codeno example code Neovim version (nvim -v)v0.11.2 Operating system/versionmacOS 15.6 Output of :checkhealth rustaceanvim1 ==============================================================================
2 rustaceanvim: ✅
3
4 Checking for Lua dependencies
5 - ✅ OK optional dependency nvim-dap not installed. Needed for debugging features [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap)
6
7 Checking external dependencies
8 - ✅ OK rust-analyzer: found rust-analyzer 0.3.2519-standalone (6df12139bc 2025-06-29)
9 - ✅ OK Cargo: found cargo 1.81.0-nightly (4dcbca118 2024-06-11)
10 - ✅ OK rustc: found rustc 1.81.0-nightly (f1586001a 2024-06-13)
11 - ✅ OK cargo-nextest: found cargo-nextest 0.9.99 (c8d5aac09 2025-06-16)
12 - ✅ OK lldb: found lldb version 20.1.7
13
14 Checking config
15 - ✅ OK No errors found in config.
16
17 Checking for conflicting plugins
18 - ✅ OK No conflicting plugins detected.
19
20 Checking for tree-sitter parser
21 - ✅ OK tree-sitter parser for Rust detected.
22 - ✅ OK .vscode/settings.json loaded without errors. |
Beta Was this translation helpful? Give feedback.
Answered by
mrcjkb
Aug 12, 2025
Replies: 1 comment
-
If you're using rustaceanvim, you shouldn't enable nvim-lspconfig's See also this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Spxg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you're using rustaceanvim, you shouldn't enable nvim-lspconfig's
rust_analyzer
configuration.rustaceanvim is its own plugin, independent of nvim-lspconfig.
See also this discussion.