Skip to content

Commit

Permalink
[emacs] Remove default Nix formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacon committed Sep 23, 2024
1 parent f2c1e98 commit eea1720
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions home-manager/config/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@
"l =" 'eglot-format)
:config
(with-eval-after-load 'eglot
(add-to-list
'eglot-server-programs
'(nix-mode . ("nil" :initializationOptions (:formatting (:command ["nixfmt"])))))
(add-to-list 'eglot-server-programs
'((rust-ts-mode rust-mode) .
("rust-analyzer" :initializationOptions (:check (:command "clippy"))))))
Expand Down

0 comments on commit eea1720

Please sign in to comment.