home/neovim: Use nixfmt-rfc-style instead of classic
This commit is contained in:
parent
bf613c29b1
commit
9f2e1afc34
|
@ -5,7 +5,7 @@
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
nixfmt-classic
|
nixfmt-rfc-style
|
||||||
gopls
|
gopls
|
||||||
pyright
|
pyright
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
['nil'] = {
|
['nil'] = {
|
||||||
testSetting = 42,
|
testSetting = 42,
|
||||||
formatting = {
|
formatting = {
|
||||||
command = { "nixfmt-classic" },
|
command = { "nixfmt-rfc-style" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue