update nil settings and add glow

This commit is contained in:
Joseph Hanson 2024-10-31 07:03:33 -05:00
parent 9b2de6d03c
commit 3e90ceb22a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 16 additions and 2 deletions

17
.vscode/settings.json vendored
View file

@ -8,12 +8,25 @@
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true,
"sops.defaults.ageKeyFile": "age.key", "sops.defaults.ageKeyFile": "age.key",
"nix.enableLanguageServer": true, "nix.enableLanguageServer": true,
"nix.serverPath": "/run/current-system/sw/bin/nixd", "nix.serverPath": "/run/current-system/sw/bin/nil",
"nix.formatterPath": "/run/current-system/sw/bin/nixfmt", "nix.formatterPath": "/run/current-system/sw/bin/nixfmt",
"nix.serverSettings": { "nix.serverSettings": {
"nixd": { "nil": {
"formatting": { "formatting": {
"command": ["nixfmt"] "command": ["nixfmt"]
},
"diagnostics": {
"ignored": [],
"excludedFiles": []
},
},
"nix": {
"binary": "/run/current-system/sw/bin/nix",
"maxMemoryMB": null, // disable memory limit
"flake": {
"autoEvalInputs": true,
"autoArchive": true,
"nixpkgsInputName": "nixpkgs"
} }
} }
} }

View file

@ -41,6 +41,7 @@
# charmbracelet tools # charmbracelet tools
gum gum
unstable.glow
vhs vhs
mods mods
soft-serve soft-serve