feat: init with rust lib and bin crate
This commit is contained in:
commit
ca266531a9
21 changed files with 990 additions and 0 deletions
18
templates/default/.vscode/settings.json
vendored
Normal file
18
templates/default/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"editor.defaultFormatter": "ibecker.treefmt-vscode",
|
||||
"direnv.restart.automatic": true,
|
||||
"[nix]": {
|
||||
"editor.defaultFormatter": "jnoortheen.nix-ide",
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"nix.enableLanguageServer": true,
|
||||
"nix.serverPath": "nil",
|
||||
"nix.serverSettings": {
|
||||
// settings for 'nil' LSP
|
||||
"nil": {
|
||||
"formatting": {
|
||||
"command": ["treefmt-nix", "--stdin", "neverexists.nix"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue