configure nil LSP settings correctly
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -1113,7 +1113,7 @@ (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) - :nix (:autoArchive t) + :nil (:nix (:flake (:autoArchive t))) :gopls ( :staticcheck t :usePlaceholders t))) (defun my/eglot-capf ()