|
@@ -91,7 +91,7 @@
|
|
|
(eval +overlay) ; run code, run (also, repls)
|
|
|
gist ; interacting with github gists
|
|
|
lookup ; navigate your code and its documentation
|
|
|
- ;;lsp
|
|
|
+ lsp
|
|
|
;;macos ; MacOS-specific commands
|
|
|
magit ; a git porcelain for Emacs
|
|
|
make ; run make tasks from Emacs
|
|
@@ -123,13 +123,13 @@
|
|
|
;;fsharp ; ML stands for Microsoft's Language
|
|
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
|
|
;;gdscript ; the language you waited for
|
|
|
- go ; the hipster dialect
|
|
|
+ (go +lsp) ; the hipster dialect
|
|
|
;;(haskell +dante) ; a language that's lazier than I am
|
|
|
;;hy ; readability of scheme w/ speed of python
|
|
|
;;idris ;
|
|
|
;;json ; At least it ain't XML
|
|
|
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
|
|
- javascript ; 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
|
|
@@ -154,12 +154,12 @@
|
|
|
;;php ; perl's insecure younger brother
|
|
|
plantuml ; diagrams for confusing people more
|
|
|
;;purescript ; javascript, but functional
|
|
|
- python ; beautiful is better than ugly
|
|
|
+ (python +lsp) ; beautiful is better than ugly
|
|
|
;;qt ; the 'cutest' gui framework ever
|
|
|
;;racket ; a DSL for DSLs
|
|
|
rest ; Emacs as a REST client
|
|
|
rst ; ReST in peace
|
|
|
- (ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
|
|
+ (ruby +rails +lsp) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
|
|
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
|
|
;;scala ; java, but good
|
|
|
;;scheme ; a fully conniving family of lisps
|