update nil settings and add glow
This commit is contained in:
parent
9b2de6d03c
commit
3e90ceb22a
2 changed files with 16 additions and 2 deletions
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
# charmbracelet tools
|
# charmbracelet tools
|
||||||
gum
|
gum
|
||||||
|
unstable.glow
|
||||||
vhs
|
vhs
|
||||||
mods
|
mods
|
||||||
soft-serve
|
soft-serve
|
||||||
|
|
Loading…
Reference in a new issue