From e584929f15bb914e95ee89cbf4c7e4ef6afde19f Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 14 Sep 2024 14:58:05 +0200 Subject: [PATCH] feat: add tree sitter support --- home/home-configuration.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index b13aa32..1568185 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -79,6 +79,9 @@ ;; Editing "emacs" "emacs-vterm" + "tree-sitter-vhdl" "tree-sitter-rust" "tree-sitter-bash" + "tree-sitter-awk" "tree-sitter-nix" "tree-sitter-python" + "tree-sitter-c" "tree-sitter-cpp" "tree-sitter-c-sharp" "neovim")))) ;; Below is the list of Home services. To search for available -- 2.48.1