From 39a25de657300f14abf26fcc89bf88cc6081d6dc Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 27 Jan 2024 11:07:22 +0100 Subject: [PATCH] emacs: remove dart lsp since its unnecessary --- emacs/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/doom/init.el b/emacs/doom/init.el index 60d3c02..58c0f8e 100644 --- a/emacs/doom/init.el +++ b/emacs/doom/init.el @@ -123,7 +123,7 @@ ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans ;;data ; config/data formats - (dart +flutter +lsp) ; paint ui and not much else + (dart +flutter) ; paint ui and not much else ;;dhall ;;elixir ; erlang done right ;;elm ; care for a cup of TEA?