mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-24 03:00:10 +00:00
[emacs] Enable java mode with LSP and Tree Sitter
This commit is contained in:
parent
9aefa0e2d8
commit
3a15461d87
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
||||||
hy ; readability of scheme w/ speed of python
|
hy ; readability of scheme w/ speed of python
|
||||||
;;idris ;
|
;;idris ;
|
||||||
;;json ; At least it ain't XML
|
;;json ; At least it ain't XML
|
||||||
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
(java +lsp +tree-sitter) ; the poster child for carpal tunnel syndrome
|
||||||
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
|
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
|
||||||
;;julia ; a better, faster MATLAB
|
;;julia ; a better, faster MATLAB
|
||||||
;;kotlin ; a better, slicker Java(Script)
|
;;kotlin ; a better, slicker Java(Script)
|
||||||
|
|
Loading…
Reference in a new issue