kakoune: use rfc-style nixfmt
This commit is contained in:
parent
bf7af32bb3
commit
a7080cf823
|
@ -128,7 +128,7 @@
|
|||
rust-analyzer # rust analyzer
|
||||
|
||||
blade-formatter
|
||||
nixpkgs-fmt
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
|
@ -12,7 +12,7 @@ hook global WinSetOption filetype=c %{
|
|||
}
|
||||
|
||||
hook global WinSetOption filetype=nix %{
|
||||
set buffer formatcmd 'nixpkgs-fmt'
|
||||
set buffer formatcmd 'nixfmt'
|
||||
}
|
||||
|
||||
hook global BufCreate .*\.html %{
|
||||
|
|
Loading…
Reference in a new issue