Skip to content

Instantly share code, notes, and snippets.

View brandaoplaster's full-sized avatar
🌎
Nomad

Lucus brandaoplaster

🌎
Nomad
View GitHub Profile
@brandaoplaster
brandaoplaster / settings.json
Last active December 9, 2025 01:31
Settings.json Zed
{
"features": {
"edit_prediction_provider": "copilot"
},
"agent": {
"dock": "right",
"model_parameters": []
},
"icon_theme": "Material Icon Theme",
"theme": {
@brandaoplaster
brandaoplaster / Settings.json
Created June 3, 2021 18:17
Settings vscode Elixir
{
"workbench.colorTheme": "Omni",
"editor.fontSize": 17,
"editor.fontWeight": "500",
"editor.lineHeight": 24,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 14,
"editor.formatOnSave": true,
"workbench.iconTheme": "material-icon-theme",
@brandaoplaster
brandaoplaster / vscode_windwos.json
Last active June 3, 2021 18:14
vscode settings for python
{
"workbench.colorTheme": "Omni",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 18,
"editor.fontLigatures": true,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\git-bash.exe",
"json.schemas": [],
"workbench.editorAssociations": [
{