Skip to content

rust-analyzer not starting since 5.20.0 #646

Answered by BenSolus
BenSolus asked this question in Q&A
Discussion options

You must be logged in to vote

That was (kind of) it! I had an old (0.2.2) ra-multiplex installation and when the server ran (ra-multiplex-server in that version), my problems appeared. I am still not sure who on my system still started ra-multiplex since I stopped using it an eternity ago. However, killing the server, updating ra-multiplex to the most recent version (0.2.5) or following your tip with following config

vim.env.LAZY_STDPATH = '.repro'
load(vim.fn.system('curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua'))()

require('lazy.minit').repro {
  spec = {
    {
      'mrcjkb/rustaceanvim',
      version = '^5',
      init = function()
        -- Configure rustaceanvim here
        vim.g

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mrcjkb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #642 on January 04, 2025 14:31.