-
|
Hello nvf community, I'm new to nixOS/nvf but got the basics to work, now trying to add astro in my nvf. Simply adding: gives me in nvim the following error: Log:
AI said the main issue in the log is that the module for typescript cannot be found for astro. Furthermore astro is searching for node. Here is my home.nix home.nixFlake: flake.nix{ description = "Nixos SurfaceBook2 and upcoming computer config";Also i need to note, that when i first added Astro it did work, but the next day it didn't maybe ive changed something and didnt notice. So im pretty sure the mistake is on my side on not with nvf After investigating a bit i came across this issue: I was able to the Lua snippet, but as far is i know i would need to configure everything for astro which would then kind of defeat the whole concept of nvf. I also made a normal nvim configuration to try if the astro lsp server is functioning, and i got it working. Hope somebody can Help, Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
nvf provides the necessary instrumentation for overriding LSP server configurations and setting |
Beta Was this translation helpful? Give feedback.

Had a typo servers.astro-lang au ge-server, some more problems after but was able to solve it.
I came up with this solution (AI supported haha) probably not the most elegant way: