mrcjkb / rustaceanvim

🦀 Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim
GNU General Public License v2.0
1.62k stars 58 forks source link

Plugin doesn't starts rust-analyzer on Windows #379

Closed TheRustifyer closed 5 months ago

TheRustifyer commented 5 months ago

Have you read the docs and searched existing issues?

Neovim version (nvim -v)

v0.10.0-dev-3060+gd26943a6e

Operating system/version

Windows 11

Output of :checkhealth rustaceanvim

.: require("..health").check()

- ERROR Failed to run healthcheck for "." plugin. Exception:
  [string "require("..health").check()"]:1: module '..health' not found:
    no field package.preload['..health']
  cache_loader: module ..health not found
  cache_loader_lib: module ..health not found
    no file '.\\\health.lua'
    no file 'C:\Program Files (x86)\nvim\bin\lua\\\health.lua'
    no file 'C:\Program Files (x86)\nvim\bin\lua\\\health\init.lua'
    no file '.\\\health.dll'
    no file 'C:\Program Files (x86)\nvim\bin\\\health.dll'
    no file 'C:\Program Files (x86)\nvim\bin\loadall.dll'
    no file '.\.dll'
    no file 'C:\Program Files (x86)\nvim\bin\.dll'
    no file 'C:\Program Files (x86)\nvim\bin\loadall.dll'

How to reproduce the issue

Install neovim on Windows 11
Install the required plugins

Expected behaviour

It should be found, it is in the path and available. VSCode finds it.

Actual behaviour

Plugin doesn't starts rust-analyzer

The minimal config used to reproduce this issue.

{
  'mrcjkb/rustaceanvim',
  version = '^4', -- Recommended
  ft = { 'rust' },
}
mrcjkb commented 5 months ago

Hey 👋

Your checkhealth output tells be there's probably something wrong with your neovim installation.