emacs: fix error when starting language servers with eglot
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -1225,7 +1225,7 @@ (defun my/setup-eglot-eldoc () (push 'flymake-eldoc-function eldoc-documentation-functions)) (add-hook 'eglot-managed-mode-hook 'my/setup-eglot-eldoc) (setq-default eglot-workspace-configuration - '( :yaml (:keyOrdering nil) + '( :yaml (:keyOrdering :json-false) :nil (:nix (:flake (:autoArchive t))) :gopls ( :staticcheck t :usePlaceholders t)))