Skip to content

Commit

Permalink
Revert "nvim: Use nixfmt instead of nixpkgs-fmt for formatting"
Browse files Browse the repository at this point in the history
This reverts commit 5303938.
[これ](https://github.com/NixOS/nixfmt/pull/118)がnixpkgsに
入るまでは待つことにする。
  • Loading branch information
Hogeyama committed Apr 5, 2024
1 parent 70b23a8 commit 0d7ec66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/.config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ _K_: prev hunk _u_: undo stage hunk _p_: preview hunk _B_: blame show full
settings = {
["nil"] = {
formatting = {
command = { "nixfmt" }
command = { "nixpkgs-fmt" }
},
},
},
Expand Down

0 comments on commit 0d7ec66

Please sign in to comment.