Skip to content

Commit

Permalink
docs: use treesitter in color scheme screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Jul 15, 2024
1 parent 7382a8a commit 7e9a39b
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 172 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@
rustfmt
]) ++ [
# Automated screenshots
(pkgs.wrapNeovimUnstable pkgs.neovim-unwrapped {
packpathDirs = {
myNeovimPackages.start = [
pkgs.vimPlugins.nvim-treesitter
pkgs.vimPlugins.nvim-treesitter-parsers.rust
];
};
})
termsnap.packages.${system}.default
];
};
Expand Down
84 changes: 51 additions & 33 deletions media/grayscale-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7e9a39b

Please sign in to comment.