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,
|
||||
"sops.defaults.ageKeyFile": "age.key",
|
||||
"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.serverSettings": {
|
||||
"nixd": {
|
||||
"nil": {
|
||||
"formatting": {
|
||||
"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
|
||||
gum
|
||||
unstable.glow
|
||||
vhs
|
||||
mods
|
||||
soft-serve
|
||||
|
|
Loading…
Reference in a new issue