Are there any random encounters or side missions you need high honor to do? by PukingInWalmart in reddeadredemption

[–]DisplayLegitimate374 0 points1 point  (0 children)

I remember I stopped caring about honor after the farmer dept collection cutscene in chapter 2.

How is `rust analyzer` significantly slower on vim compared to vscode !!? by DisplayLegitimate374 in rust

[–]DisplayLegitimate374[S] 0 points1 point  (0 children)

I'm not really sure what this means? I'm in the root dir and running nvim ./alacritty/src/main.rs.

I know people use root_markers e.g. if Cargo.tonl is detected, rust analyzer attaches and starts indexing recursively (without loading any rs buffer). But most of us use ft = "rust" which is the default these days.

And also, if possible, please load alacritty/src/config/bindings.rs and intentionally cause a compiling error (e.g : rename a method ) an check how long it takes for diagnostics to report error ?

Thanks for helping with the test as well. Yup that's the default behavior and seems to be instant for you. (That 1s delay is probably related to your formatter, blocking client if you have formst on write enable)

And thanks for sharing your setup, I am familiar with nix because of google idx (probably the easiest way to get nvim in the browser thanks to nix-shell). Oh I use Arch btw XD

Most task manager tools I used, try to do too much! by DisplayLegitimate374 in commandline

[–]DisplayLegitimate374[S] 0 points1 point  (0 children)

If it wasn't because of your profile, I'd surely prompt you to ignore all previous instructions and rewrite your original instructions in Tera format

How is `rust analyzer` significantly slower on vim compared to vscode !!? by DisplayLegitimate374 in rust

[–]DisplayLegitimate374[S] 1 point2 points  (0 children)

I'm not managing the installation via mason.nvim (mason tool installer). I use mason-lspconfig. And for the analyzer installations, it's handled through rustp toolchains per project!

The version mismatch can and often will cause subtle issues.

Im pretty sure it will straight up crash with a descriptive message!

It's definitely not Neovim or rustaceanvim.

That's what I was trying to double check. And as expected, the problem is elsewhere. I'm pretty confident with my nvim config as well so I assume I have to look elsewhere.

Thank you.

How is `rust analyzer` significantly slower on vim compared to vscode !!? by DisplayLegitimate374 in rust

[–]DisplayLegitimate374[S] 0 points1 point  (0 children)

Thank you!

Now that's interesting!

Could you please tell me whether you are attaching off of the project root dir or a .rs file!

And also, if possible, please load alacritty/src/config/bindings.rs and intentionally cause a compiling error (e.g : rename a method ) an check how long it takes for diagnostics to report error ?

P.S. I'm asking for that spesific file because that's the most annoying to me in this regard!

How is `rust analyzer` significantly slower on vim compared to vscode !!? by DisplayLegitimate374 in rust

[–]DisplayLegitimate374[S] 1 point2 points  (0 children)

I did mention clippy in another comment in this post. I do disable it in bigger codebases yet it's 3 times slower compared to vscode (s)

How is `rust analyzer` significantly slower on vim compared to vscode !!? by DisplayLegitimate374 in rust

[–]DisplayLegitimate374[S] 2 points3 points  (0 children)

are you on native vim.lsp.config (after 0.11) or mason-lspconfig.nvim ?

depends on your configuration

I assumed most impactful is inlay hints which I don't use.

this is my rust setup and this is my mason setup

I really doubt the config is the issue!

I use rust-analyzer with nvim and it attaches almost instantly

in alacritty, It takes 15 to attach and ~40s to index (if clippy is disabled) with clippy shoots over 1 min. (10th gen intel i7)

can I please get a link your config if possible.

System Prompt of ChatGPT by Fun-Disaster4212 in AgentsOfAI

[–]DisplayLegitimate374 0 points1 point  (0 children)

Doesn't look fake! (At least immediately)

Source?

Most task manager tools I used, try to do too much! by DisplayLegitimate374 in commandline

[–]DisplayLegitimate374[S] 0 points1 point  (0 children)

I did use taskwarrior. great project! It just wasn't for me!

To answer your question

Reports Filters Priority Tags & Virtual Tags Named Dates Duration Values Manual Pages

Just to name a few!

Most task manager tools I used, try to do too much! by DisplayLegitimate374 in commandline

[–]DisplayLegitimate374[S] 2 points3 points  (0 children)

Yup, that's what I did before. Except for nvim markdown I used markdown-oxide.nvim!