format stuff

This commit is contained in:
Veneficium 2024-12-29 23:25:45 +01:00
parent 039ece57cf
commit 5b77289525
8 changed files with 149 additions and 172 deletions

View file

@ -1,32 +1,30 @@
{
"update.mode": "none",
"extensions.autoCheckUpdates": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "material-product-icons",
"editor.fontLigatures": true,
"terminal.integrated.fontLigatures": true,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
"editor.formatOnSave": true,
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": [
"nixfmt"
]
},
"options": {
"home-manager": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").homeConfigurations.fedfer.options"
},
"nixos": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
}
}
}
}
}
"update.mode": "none",
"extensions.autoCheckUpdates": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.productIconTheme": "material-product-icons",
"editor.fontLigatures": true,
"terminal.integrated.fontLigatures": true,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "welcomePageInEmptyWorkbench",
"editor.formatOnSave": true,
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"nix.enableLanguageServer": true,
"nix.serverPath": "nixd",
"nix.serverSettings": {
"nixd": {
"formatting": {
"command": ["nixfmt"]
},
"options": {
"home-manager": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").homeConfigurations.fedfer.options"
},
"nixos": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
}
}
}
}
}

View file

@ -1,6 +1,6 @@
return {
front_end = "WebGpu";
integrated_title_button_style = "Gnome";
window_decorations = "TITLE | RESIZE";
-- nix-replace
}
front_end = "WebGpu",
integrated_title_button_style = "Gnome",
window_decorations = "TITLE | RESIZE",
-- nix-replace
}

View file

@ -1,48 +1,48 @@
{
"telemetry": {
"diagnostics": false,
"metrics": false
},
"auto_update": false,
"project_panel": {
"dock": "right"
},
"terminal": {
"font_family": "FiraCode Nerd Font Mono",
"env": {
"TERM": "xterm-256color"
}
},
"features": {
"inline_completion_provider": "none"
},
"assistant": {
"enabled": false,
"version": "2"
},
"lsp": {
"rust-analyzer": {
"binary": {
"path": "/home/fedfer/.nix-profile/bin/rust-analyzer"
}
},
"nixd": {
"formatting": {
"command": ["nixfmt"]
},
"options": {
"home-manager": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").homeConfigurations.fedfer.options"
},
"nixos": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
}
}
}
},
"languages": {
"Nix": {
"language_servers": ["nixd", "!nil"]
}
}
"telemetry": {
"diagnostics": false,
"metrics": false
},
"auto_update": false,
"project_panel": {
"dock": "right"
},
"terminal": {
"font_family": "FiraCode Nerd Font Mono",
"env": {
"TERM": "xterm-256color"
}
},
"features": {
"inline_completion_provider": "none"
},
"assistant": {
"enabled": false,
"version": "2"
},
"lsp": {
"rust-analyzer": {
"binary": {
"path": "/home/fedfer/.nix-profile/bin/rust-analyzer"
}
},
"nixd": {
"formatting": {
"command": ["nixfmt"]
},
"options": {
"home-manager": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").homeConfigurations.fedfer.options"
},
"nixos": {
"expr": "(builtins.getFlake \"/home/fedfer/Documents/sys-config\").nixosConfigurations.fedfer-main-laptop-nixos.options"
}
}
}
},
"languages": {
"Nix": {
"language_servers": ["nixd", "!nil"]
}
}
}