Revert "Set up LSP formatter for nix"

This reverts commit a550ccf9dc.
This commit is contained in:
coolneng 2023-07-31 20:48:15 +02:00
parent 6035a22ce4
commit b94f685eb4
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@
(setq tab-width 2) (setq tab-width 2)
;; Set up nix LSP support ;; Set up nix LSP support
(add-hook 'nix-mode-local-vars-hook #'lsp!) (add-hook 'nix-mode-local-vars-hook #'lsp!)
(after! lsp-nix
(setq lsp-nix-nil-formatter ["nixfmt"]))
;; Move buffer while maintaining cursor centered ;; Move buffer while maintaining cursor centered
(use-package! centered-cursor-mode (use-package! centered-cursor-mode
:config :config