diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-12 17:43:08 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-12 17:43:08 +0200 |
| commit | 9455259c377aa9ecb6a923f00a4309db8528e6f8 (patch) | |
| tree | 87e2a2f7542cf02178cd1447be59c82bc1fb3c68 | |
| parent | 878cee886b8a939b822df9bed2ccb039551dcdc3 (diff) | |
Boost eglot!
| -rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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\\'") |
