From ab02c98f5c1c596fabdb9374bda16cc2d123d970 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Fri, 29 Aug 2025 18:46:18 +0200 Subject: Removed eglot-booster Not really using Eglot so I might as well remove it --- init.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index be0f2f8..26a2451 100644 --- a/init.el +++ b/init.el @@ -154,12 +154,6 @@ '((php "https://github.com/tree-sitter/tree-sitter-php" "v0.23.12" "php/src") (phpdoc "https://github.com/claytonrcarter/tree-sitter-phpdoc" "v0.1.6"))) -;; 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