This commit is contained in:
2024-11-01 15:59:32 +01:00
parent 3ca6f9fa70
commit 2ce5fb4d43
10 changed files with 94 additions and 39 deletions

View File

@@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
plugins = {
conform-nvim.settings.formatters_by_ft.nix = [ "nixfmt" ];
lsp.servers.nil-ls.enable = true;
lsp.servers.nil_ls.enable = true;
nix.enable = true;
};
extraPackages = [ pkgs.nixfmt-rfc-style ];