diff --git a/.emacs.d/include/priime-lsp.el b/.emacs.d/include/priime-lsp.el index 7bbf06b..fd03697 100644 --- a/.emacs.d/include/priime-lsp.el +++ b/.emacs.d/include/priime-lsp.el @@ -14,6 +14,7 @@ ("C-c l f" . eglot-format)) :init (fset #'jsonrpc--log-event #'ignore) + :config (add-to-list 'eglot-server-programs '(nix-mode "nil"))) (use-package eglot-booster :straight (eglot-booster :type git :host github :repo "jdtsmith/eglot-booster")