Replies: 3 comments 6 replies
-
Hey 👋 This may be related to your issues with large projects. |
Beta Was this translation helpful? Give feedback.
-
@mrcjkb Hmm, it seems like I have this issue again in some repos (paradoxically it doesn't happen on a big project now, but I can see this problem in quite simple project. It doesn't spike my cpu and again Zed works fine. Do you have any other ideas why it can happen? ![]() |
Beta Was this translation helpful? Give feedback.
-
@mrcjkb Sorry for bothering you again( Last fix didn't help (it helped only for some projects and I thought that it completely vanished my issue, so I was just lucky). However, I found out that it's a rustaceanvim failure:
![]()
![]() Here's what happens when I use rustaceanvim (it's worth to mention that some projects work fine, maybe something is wrong with this one): Maybe I'm configuring it wrong? Can you please say if this is a correct configuration for LunarVim (I took this config from this comment)
{
"mrcjkb/rustaceanvim",
ft = { "rust" },
config = function()
vim.g.rustaceanvim = {
tools = {
float_win_config = {
border = "rounded"
}
},
server = {
on_attach = require("lvim.lsp").common_on_attach
},
}
end,
}
vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "clangd", "rust_analyzer" }) Will it help you to fix an issue if I'd try it out on raw neovim? |
Beta Was this translation helpful? Give feedback.
-
Recently I started experiencing strange warning messages behaviour
cargo clean
)Screen.Recording.2024-06-03.at.21.58.18.mov
System: macOS Sonoma 14.5
Neovim: 0.10 stable
Lunarvim: release-1.4
Rustaceanvim: 4.24.0
Rustanalyzer: 2024-06-03
Rust + trouble setup:
What I am doing wrong? Recently I reinstalled lunarvim as a nix package + few days ago trouble.nvim v3 came out. Can something from this cause this problem?
EDIT: I've disabled trouble, but the issue persists + I've noticed that it stoped working on a somewhat big projects (20k LoC, 500+ deps)
EDIT2: Seems like simple laptop reboot solved all issues. However, it's strange when Zed is working just fine and nvim just dies for no reason
Beta Was this translation helpful? Give feedback.
All reactions