diff --git a/README.org b/README.org index 8f8c004..2c0a98a 100644 --- a/README.org +++ b/README.org @@ -767,6 +767,12 @@ Set treesit to fontify all elements, default was 3 (out of 4) (eglot-autoshutdown t) (eglot-autoreconnect nil) :config + (add-to-list 'eglot-server-programs + `((nix-mode) . ("nil" + :initializationOptions + (:nil (:nix ( :maxMemoryMB 3000 + :flake ( :autoArchive t + :autoEvalInputs t))))))) (add-to-list 'eglot-server-programs `((rust-ts-mode rust-mode) . ("rust-analyzer" :initializationOptions