Skip to content
Discussion options

You must be logged in to vote

Thanks a lot! That was the issue.

I previously had in my flake.nix:

nvf = {
  url = "github:NotAShelf/nvf";
  inputs.nixpkgs.follows = "nixpkgs";
};

Now I changed it to:

nvf = {
  url = "github:NotAShelf/nvf";
};

Then I ran:

nix flake update
sudo nixos-rebuild switch --flake ~/.dot/#blackout

And that fixed the problem — syntax highlighting works correctly in Svelte files now.
Really appreciate the help! ✨

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rxtsel
Comment options

Answer selected by rxtsel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants