diff options
| -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\\'") |
