-
Checked other resources
DescriptionMy project structure is:
[package]
name = "repro"
version = "0.1.0"
edition = "2021"
[dependencies]
dep-core = { path = "deps/dep-core" } The root When I navigate from Example Code{} Neovim version (nvim -v)v0.10.1 Operating system/versionnixos 24.05 Output of :checkhealth rustaceanvimnone |
Beta Was this translation helpful? Give feedback.
Answered by
eihqnh
Aug 11, 2025
Replies: 1 comment 2 replies
-
add .nvim.lua at project root vim.g.rustaceanvim = {
server = {
root_dir = vim.fn.getcwd()
},
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
eihqnh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add .nvim.lua at project root