nix-community / home-manager

Manage a user environment using Nix [maintainer=@rycee]
https://nix-community.github.io/home-manager/
MIT License
6.34k stars 1.7k forks source link

Emacs: enable installing Tree-sitter parsers #5569

Open tomodachi94 opened 2 weeks ago

tomodachi94 commented 2 weeks ago

Description

Emacs has supported Tree-sitter parsers since version 29 when compiled with the extra --with-tree-sitter.

They can be installed by running some unreproducible commands, or by adding the library files to ~/.emacs.d/tree-sitter.

clhodapp commented 2 weeks ago

Nixpkgs Emacs actually supports this already!

See https://github.com/NixOS/nixpkgs/pull/230751