You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very basic shell.nix which I use in directories in which I write Latex. The flake also loads VSCode, but I generally prefer using neovim (nixvim), which is installed system-wide via home manager (NixOS/current).
When I need to add an additional package, say "verse", in the shell, nvim complains that it cannot find verse.sty. But if I work with it in VSCode there is no problem, which is why I keep in in the shell.
How can I get nixvim to "see" the modules installed by the flake? I've pasted it below.
I have a very basic shell.nix which I use in directories in which I write Latex. The flake also loads VSCode, but I generally prefer using neovim (nixvim), which is installed system-wide via home manager (NixOS/current).
When I need to add an additional package, say "verse", in the shell, nvim complains that it cannot find verse.sty. But if I work with it in VSCode there is no problem, which is why I keep in in the shell.
How can I get nixvim to "see" the modules installed by the flake? I've pasted it below.
Thank you.
The text was updated successfully, but these errors were encountered: