all repos — nixfiles @ 7bde47a9659aaf83a5603fb0a362fa248e9e72e6

System and user configuration, managed by nix and home-manager

configure nil LSP settings correctly

Alan Pearce
commit

7bde47a9659aaf83a5603fb0a362fa248e9e72e6

parent

198a6cdd4ca5867702a8638ad2e51f2dffedd450

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/emacs/init.eluser/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 ()