this post was submitted on 18 Aug 2025
15 points (100.0% liked)
Nix / NixOS
2830 readers
5 users here now
Main links
Videos
founded 3 years ago
MODERATORS
Not really confident, but is the LSP running from a separate child process? Is that child process inheriting all of the anticipated environment variables from the shell that launched Neovim?
The LSPs load when you open a file in nvim, so I think it would be a child process? Is there any way to check what environment variables a process has, like with gdb or something else?
You inspect the /proc file tree or ps utility command:
