Skip to content

Commit

Permalink
doom tree-sitter + corfu
Browse files Browse the repository at this point in the history
  • Loading branch information
doot committed Sep 3, 2024
1 parent 6ddc048 commit c2c314b
Showing 1 changed file with 34 additions and 15 deletions.
49 changes: 34 additions & 15 deletions doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

:completion
;;company ; the ultimate code completion backend
;;(corfu +orderless) ; complete with cap(f), cape and a flying feather!
(corfu ; complete with cap(f), cape and a flying feather!
+orderless
+icons)
;;helm ; the *other* search engine for love and life
;;ido ; the other *other* search engine...
;;ivy ; a search engine for love and life ; used to be enabled, try out below before committing
Expand All @@ -36,8 +38,7 @@
;;(emoji +unicode) ; 🙂
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
indent-guides ; highlighted indent columns
(ligatures ; ligatures and symbols to make your code pretty againes
+fira) ; +extra)
ligatures ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
Expand Down Expand Up @@ -106,7 +107,7 @@
;;prodigy ; FIXME managing external services & code builders
;;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
Expand All @@ -125,7 +126,9 @@
;;data ; config/data formats
;;(dart +flutter) ; paint ui and not much else
;;dhall
(elixir +lsp) ; erlang done right
(elixir ; erlang done right
+lsp
+tree-sitter)
;;elm ; care for a cup of TEA?
emacs-lisp ; drown in parentheses
;;erlang ; an elegant language for a more civilized age
Expand All @@ -136,14 +139,20 @@
;;fsharp ; ML stands for Microsoft's Language
;;fstar ; (dependent) types and (monadic) effects and Z3
;;gdscript ; the language you waited for
(go +lsp) ; the hipster dialect
(go ; the hipster dialect
+lsp
+tree-sitter)
;;(graphql +lsp) ; Give queries a REST
;;(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 +lsp) ; At least it ain't XML
(json ; At least it ain't XML
+lsp
+tree-sitter)
;;(java +lsp) ; the poster child for carpal tunnel syndrome
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
(javascript ; all(hope(abandon(ye(who(enter(here))))))
+lsp
+tree-sitter)
;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script)
latex ; writing papers in Emacs has never been so fun
Expand All @@ -152,7 +161,9 @@
;;lua ; one-based indices? one-based indices
(markdown +grip) ; writing docs for people to ignore
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
(nix ; I hereby declare "nix geht mehr!"
+tree-sitter
+lsp)
;;ocaml ; an objective camel
(org ; organize your plain life in plain text
+roam2
Expand All @@ -167,24 +178,32 @@
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
(python ; beautiful is better than ugly
+lsp
+tree-sitter)
+lsp
+tree-sitter)
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6
;;rest ; Emacs as a REST client
;;rst ; ReST in peace
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
(rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
+lsp
+tree-sitter)
;;scala ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps
(sh +lsp) ; she sells {ba,z,fi}sh shells on the C xor
(sh ; she sells {ba,z,fi}sh shells on the C xor
+lsp
+tree-sitter)
;;sml
;;solidity ; do you need a blockchain? No.
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
(web +lsp) ; the tubes
(yaml +lsp) ; JSON, but readable
(web ; the tubes
+lsp
+tree-sitter)
(yaml ; JSON, but readable
+lsp
+tree-sitter)
;;zig ; C, but simpler

:email
Expand Down

0 comments on commit c2c314b

Please sign in to comment.