Bad Interaction with neoconf: Rustaceanvim ignores .vscode/settings.json
lsp settings loaded by neoconf
#475
Labels
duplicate
This issue or pull request already exists
Have you read the docs and searched existing issues?
Neovim version (nvim -v)
v0.10.1
Operating system/version
NixOS 24.11 (unstable)
Output of :checkhealth rustaceanvim
How to reproduce the issue
Expected behaviour
rustaceanvim
should ideally also pick up the settings loaded from the.vscode/settings.json
file byneoconf
.Alternatively: A snippet in the Readme on how to set this up? I couldn't figure it out at least, although https://github.com/mrcjkb/rustaceanvim?tab=readme-ov-file#how-to-dynamically-load-different-rust-analyzer-settings-per-project looked like it goes in this direction, but it wasn't enough for me.
Sorry for not including more detailed steps, I thought it's probably the case that neoconf tries to configure
lspconfig
somehow, whichrustaceanvim
overrides.Actual behaviour
rustaceanvim
does not pick up the settings loaded from the.vscode/settings.json
file byneoconf
.The minimal config used to reproduce this issue.
The text was updated successfully, but these errors were encountered: