neovim: Fix nixd formatting

This commit is contained in:
Quentin Boyer 2025-08-16 19:07:48 +02:00
parent 664a660feb
commit bc3e90b9e7

View file

@ -164,8 +164,7 @@
servers = {
nixd = {
enable = true;
settings = {
formatting.command = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
settings.settings = {
options =
let
getFlake = ''(builtins.getFlake "${flake}")'';
@ -249,6 +248,10 @@
};
};
extraPackages = with pkgs; [
nixfmt
];
plugins.rustaceanvim = {
enable = true;