Skip to content

Linting fails when clippy finds an error in a dependency #626

Answered by mrcjkb
WhiteBlackGoose asked this question in Q&A
Discussion options

You must be logged in to vote

What do you mean by " enabled RA on top via lspconfig"? RA = rust-analyzer?
rustaceanvim uses rust-analyzer, too. It just doesn't go through nvim-lspconfig. Both rustaceanvim and nvim-lspconfig use vim.lsp.start to start the client. And as I said, rustaceanvim doesn't do anything to configure diagnostic settings.

If you're absolutely sure you're using the same toolchain with both plugins, I suggest you run :lua =vim.lsp.get_clients()[1].settings and :lua =vim.lsp.get_clients()[1].capabilities and compare between the two plugins.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@WhiteBlackGoose
Comment options

@mrcjkb
Comment options

@WhiteBlackGoose
Comment options

@mrcjkb
Comment options

Answer selected by WhiteBlackGoose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #625 on December 21, 2024 16:22.