|
return {
|
|
'mrcjkb/rustaceanvim',
|
|
version = '^4', -- Recommended
|
|
lazy = false, -- This plugin is already lazy
|
|
}
|
|
|
|
-- nvim-lspconfig.rust_analyzer has been setup.
|
|
-- This will likely lead to conflicts with the rustaceanvim LSP client.
|
|
-- See ':h rustaceanvim.mason'
|