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)
|
-- Ensure 'ruff' is installed via Home Manager (pkgs.ruff)
|
||||||
python = { 'ruff_format', 'ruff_fix' },
|
python = { 'ruff_format', 'ruff_fix' },
|
||||||
-- python = { 'isort', 'black' },
|
-- python = { 'isort', 'black' },
|
||||||
nix = { 'nixpkgs_fmt' }, -- Add nix formatter
|
nix = { 'alejandra' }, -- Add nix formatter
|
||||||
-- Add other filetypes and formatters, e.g.:
|
-- Add other filetypes and formatters, e.g.:
|
||||||
-- javascript = { "prettier" },
|
-- javascript = { "prettier" },
|
||||||
-- typescript = { "prettier" },
|
-- typescript = { "prettier" },
|
||||||
|
|
|
@ -17,6 +17,7 @@ return {
|
||||||
'lua_ls',
|
'lua_ls',
|
||||||
'clangd',
|
'clangd',
|
||||||
'pyright',
|
'pyright',
|
||||||
|
'nixd',
|
||||||
-- Add others like 'bashls', 'yamlls', 'nixd', 'gopls', 'rust_analyzer' etc. if needed
|
-- Add others like 'bashls', 'yamlls', 'nixd', 'gopls', 'rust_analyzer' etc. if needed
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue