vscode: update config
This commit is contained in:
parent
34bea66762
commit
7f5da36715
1 changed files with 8 additions and 6 deletions
|
|
@ -5,21 +5,23 @@
|
||||||
"workbench.productIconTheme": "material-product-icons",
|
"workbench.productIconTheme": "material-product-icons",
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"terminal.integrated.fontLigatures": true,
|
"terminal.integrated.fontLigatures": true,
|
||||||
|
|
||||||
"workbench.sideBar.location": "right",
|
"workbench.sideBar.location": "right",
|
||||||
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
|
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
"C_Cpp.clang_format_fallbackStyle": "LLVM",
|
||||||
"nix.enableLanguageServer": true,
|
"nix.enableLanguageServer": true,
|
||||||
"nix.serverPath": "nixd",
|
"nix.serverPath": "nixd",
|
||||||
|
"nix.formatterPath": [
|
||||||
|
"nix",
|
||||||
|
"fmt",
|
||||||
|
"--",
|
||||||
|
"--"
|
||||||
|
],
|
||||||
"nix.serverSettings": {
|
"nix.serverSettings": {
|
||||||
"nixd": {
|
"nixd": {
|
||||||
"formatting": {
|
|
||||||
"command": ["nixfmt"]
|
|
||||||
},
|
|
||||||
"options": {
|
"options": {
|
||||||
"home-manager": {
|
"home-manager": {
|
||||||
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").homeConfigurations.fedfer.options"
|
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options.home-manager.users.type.getSubOptions []"
|
||||||
},
|
},
|
||||||
"nixos": {
|
"nixos": {
|
||||||
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
|
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue