From 9455259c377aa9ecb6a923f00a4309db8528e6f8 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Thu, 12 Jun 2025 17:43:08 +0200 Subject: Boost eglot! --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 20e0e8c..dca8f93 100644 --- a/init.el +++ b/init.el @@ -75,6 +75,11 @@ (use-package yasnippet-snippets) ; Third party snippets, could replace ; them with my own one day... +;; LSP configuration with Eglot for minimalismâ„¢ +(use-package eglot-booster + :vc (:url "https://github.com/jdtsmith/eglot-booster") + :after eglot + :config (eglot-booster-mode)) ;; Nix (use-package nix-ts-mode :mode "\\.nix\\'") -- cgit v1.3.1