From f0219dfea1187e0b2cc1fcc0dc7772259c4ec043 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Wed, 8 Mar 2023 10:46:17 -0500 Subject: [PATCH] removing tree-sitter for now --- init.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/init.el b/init.el index 8637730..74c04df 100644 --- a/init.el +++ b/init.el @@ -107,7 +107,7 @@ ;;taskrunner ; taskrunner for all your projects ;;terraform ; infrastructure as code ;;tmux ; an API for interacting with tmux - tree-sitter ; syntax and parsing, sitting in a tree... + ;; tree-sitter ; syntax and parsing, sitting in a tree... ;;upload ; map local to remote projects via ssh/ftp :os @@ -117,8 +117,8 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - (cc +lsp +tree-sitter +tree-sitter) ; java with a lisp - (common-lisp +lsp +tree-sitter) ; if you've seen one lisp, you've seen them all + (cc +lsp) ; java with a lisp + (common-lisp +lsp) ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans @@ -138,12 +138,12 @@ ;;gdscript ; the language you waited for ;;(go +lsp) ; the hipster dialect ;;(graphql +lsp) ; Give queries a REST - (haskell +lsp +tree-sitter) ; a language that's lazier than I am + (haskell +lsp) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on - (json +tree-sitter) ; At least it ain't XML + (json) ; At least it ain't XML (java +lsp) ; the poster child for carpal tunnel syndrome - (javascript +lsp +tree-sitter) ; all(hope(abandon(ye(who(enter(here)))))) + (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun @@ -160,7 +160,7 @@ purescript ; javascript, but functional (python +lsp) ; beautiful is better than ugly qt ; the 'cutest' gui framework ever - (racket +lsp +tree-sitter) ; a DSL for DSLs + (racket +lsp) ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client ;;rst ; ReST in peace @@ -173,7 +173,7 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - (web +lsp +tree-sitter) + (web +lsp) yaml ; JSON, but readable ;;zig ; C, but simpler