Skip to content

Commit 7accdb8

Browse files
committed
feat: remove nix-mode customization from eglot
nix-ts-mode has been updated so this is not needed anymore
1 parent 26c0e6d commit 7accdb8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

init.org

-6
Original file line numberDiff line numberDiff line change
@@ -2393,8 +2393,6 @@ Generic Language Server Protocol integration via ~eglot~.
23932393
#+begin_src emacs-lisp :tangle yes
23942394
(use-package eglot
23952395
:defer 3
2396-
:functions
2397-
(eglot-alternatives)
23982396
:bind
23992397
((:map eglot-mode-map ("C-. C-." . eglot-code-actions))
24002398
(:map eglot-mode-map :prefix-map eglot-prefix-map :prefix "C-. e"
@@ -2409,10 +2407,6 @@ Generic Language Server Protocol integration via ~eglot~.
24092407
(setq eglot-sync-connect nil)
24102408
:config
24112409
(cl-pushnew '((elixir-mode elixir-ts-mode heex-ts-mode) . ("elixir-ls"))
2412-
eglot-server-programs
2413-
:test #'equal)
2414-
2415-
(cl-pushnew `((nix-mode nix-ts-mode) . ,(eglot-alternatives '("nil" "rnix-lsp" "nixd")))
24162410
eglot-server-programs
24172411
:test #'equal))
24182412
#+end_src

0 commit comments

Comments
 (0)