[feat] Add darwin configs as well

This commit is contained in:
Uttarayan
2024-02-14 23:46:42 +05:30
parent 465a237519
commit dcd0b6b936
7 changed files with 316 additions and 262 deletions

View File

@@ -41,7 +41,7 @@ require("mason-lspconfig").setup_handlers {
settings = {
['nil'] = {
formatting = {
command = { "nixpkgs-fmt" },
command = { "alejandra" },
}
}
}