trying different nix formatter
This commit is contained in:
parent
3a74a3910b
commit
85aa75c8e5
|
@ -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" },
|
||||
|
|
|
@ -17,6 +17,7 @@ return {
|
|||
'lua_ls',
|
||||
'clangd',
|
||||
'pyright',
|
||||
'nixd',
|
||||
-- Add others like 'bashls', 'yamlls', 'nixd', 'gopls', 'rust_analyzer' etc. if needed
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue