Use nixd
instead of nil
This commit is contained in:
parent
a8622fd7d5
commit
74e0f203bb
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -465,7 +465,7 @@
|
||||||
(nix-ts-mode . (lambda ()
|
(nix-ts-mode . (lambda ()
|
||||||
(require 'eglot)
|
(require 'eglot)
|
||||||
(add-to-list 'eglot-server-programs
|
(add-to-list 'eglot-server-programs
|
||||||
'(nix-ts-mode . ("nil")))
|
'(nix-ts-mode . ("nixd")))
|
||||||
;; FIXME `nixd' completion not working, will give it a second try in the future
|
;; FIXME `nixd' completion not working, will give it a second try in the future
|
||||||
;; '(nix-ts-mode . ("nixd" :initializationOptions (:eval (:depth 10 :workers 4)
|
;; '(nix-ts-mode . ("nixd" :initializationOptions (:eval (:depth 10 :workers 4)
|
||||||
;; :formatting (:command "alejandra")
|
;; :formatting (:command "alejandra")
|
||||||
|
|
Reference in a new issue