-
Checked other resources
DescriptionFirst things first, I'm new to Neovim.
I would consider contributing to the docs, but I only know lua for the sake of Neovim. Example Codestruct Abc { Neovim version (nvim -v)NVIM v0.11.2 Operating system/versionArch Linux Output of :checkhealth rustaceanvim==============================================================================
rustaceanvim: 1 ⚠️
Checking for Lua dependencies ~
- ⚠️ WARNING optional dependency nvim-dap is configured, but not installed. Needed for debugging features [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap)
Checking external dependencies ~
- ✅ OK rust-analyzer: found rust-analyzer 1.88.0 (6b00bc3 2025-06-23)
- ✅ OK Cargo: found cargo 1.88.0 (873a06493 2025-05-10)
- ✅ OK rustc: found rustc 1.88.0 (6b00bc388 2025-06-23)
- ✅ 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: 1 comment
-
I removed this feature in version 6.0. I cannot provide documentation for other plugins in rustaceanvim's documentation, as that is likely to break all change without my control.
This is normal when you're new to Neovim. I suggest you learn how to navigate Neovim help tags. |
Beta Was this translation helpful? Give feedback.
I removed this feature in version 6.0.
It's the responsibility of the completion plugins to register their own capabilities, not rustaceanvim's.
I cannot provide documentation for other plugins in rustaceanvim's documentation, as that is likely to break all change without my control.
This is normal when you're new to Neovim. I suggest you learn how to navigate Neovim help tags.
Neovim documentation improvements is an ongoing topic, beyond the scope of rustaceanvim.