From 43b6acc847fbae06ebe86a1e8f4642bece0060d6 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 7 Sep 2025 18:21:27 +0200 Subject: [PATCH] fix: remove tree-sitter-cpp as it's not compiling --- home/home-configuration.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 4399262d5b85fc066551ac7102fb11a89b47899d..9b2aa0c3291ea682826eabc643a6a9c3efe6c485 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -207,7 +207,8 @@ ;; emacs and emacs-vterm from inferiors "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" + "tree-sitter-c" ;; "tree-sitter-cpp" + "tree-sitter-c-sharp" "neovim" "flatpak"