summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
authorAlan Pearce2024-06-01 20:08:09 +0200
committerAlan Pearce2024-06-02 14:20:54 +0200
commit7bde47a9659aaf83a5603fb0a362fa248e9e72e6 (patch)
tree542b2edde6bb47437dd27a7b83f61b44420252e2 /user/emacs
parent198a6cdd4ca5867702a8638ad2e51f2dffedd450 (diff)
downloadnixfiles-7bde47a9659aaf83a5603fb0a362fa248e9e72e6.tar.lz
nixfiles-7bde47a9659aaf83a5603fb0a362fa248e9e72e6.tar.zst
nixfiles-7bde47a9659aaf83a5603fb0a362fa248e9e72e6.zip
configure nil LSP settings correctly
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 438e5487..ed221ce9 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1113,7 +1113,7 @@ _C-k_: prev  _u_pper              _=_: upper/lower       _s_mart resolve
             (add-hook 'eglot-managed-mode-hook 'my/setup-eglot-eldoc)
             (setq-default eglot-workspace-configuration
                           '( :yaml (:keyOrdering nil)
-                             :nix (:autoArchive t)
+                             :nil (:nix (:flake (:autoArchive t)))
                              :gopls ( :staticcheck t
                                       :usePlaceholders t)))
             (defun my/eglot-capf ()