Treesitter grammar

This commit is contained in:
Aleksandr Lebedev 2025-02-08 21:53:50 +01:00
parent 3ffc4695bf
commit 1b389ab25a
2 changed files with 24 additions and 14 deletions

View file

@ -53,7 +53,7 @@
# This can also include extra executables to be run by Emacs (linters,
# language servers, formatters, etc)
extraEmacsPackages = epkgs:
with pkgs; [
(with pkgs; [
#nerd-fonts.jetbrains-mono
#jetbrains-mono
unzip
@ -61,7 +61,11 @@
imagemagick
fontconfig
freetype
];
] ++ (with epkgs;[
tree-sitter
tree-sitter-langs
treesit-grammars.with-all-grammars
]));
# Optionally override derivations.
override = final: prev: {