From 081016d4b07b6a3577bff8acf8b4ee4d031ee580 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 25 May 2024 09:02:44 +0200 Subject: doom: trying lsp for cc, ruby and rust MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This used to be a pain in the past. Let's see how it performs nowadays... Signed-off-by: Miquel Sabaté Solà --- .config/doom/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/doom/init.el') diff --git a/.config/doom/init.el b/.config/doom/init.el index 38ed78a..e14ee1a 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -79,7 +79,7 @@ (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation - ;;lsp ; M-x vscode + lsp ; M-x vscode magit ; a git porcelain for Emacs make ; run make tasks from Emacs ;;pass ; password manager for nerds @@ -98,7 +98,7 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - cc ; C > C++ == 1 + (cc +lsp) ; C > C++ == 1 ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs @@ -144,8 +144,8 @@ ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client ;;rst ; ReST in peace - (ruby +rails +rvm) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} - rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + (ruby +rails +rvm +lsp) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} + (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor -- cgit v1.2.3