trying different nix formatter

This commit is contained in:
dlond 2025-05-14 12:27:48 +12:00
parent 3a74a3910b
commit 85aa75c8e5
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ return {
-- Ensure 'ruff' is installed via Home Manager (pkgs.ruff)
python = { 'ruff_format', 'ruff_fix' },
-- python = { 'isort', 'black' },
nix = { 'nixpkgs_fmt' }, -- Add nix formatter
nix = { 'alejandra' }, -- Add nix formatter
-- Add other filetypes and formatters, e.g.:
-- javascript = { "prettier" },
-- typescript = { "prettier" },

View File

@ -17,6 +17,7 @@ return {
'lua_ls',
'clangd',
'pyright',
'nixd',
-- Add others like 'bashls', 'yamlls', 'nixd', 'gopls', 'rust_analyzer' etc. if needed
},
},