summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-12 17:43:08 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-12 17:43:08 +0200
commit9455259c377aa9ecb6a923f00a4309db8528e6f8 (patch)
tree87e2a2f7542cf02178cd1447be59c82bc1fb3c68
parent878cee886b8a939b822df9bed2ccb039551dcdc3 (diff)
Boost eglot!
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
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\\'")