mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2026-04-17 18:39:54 +05:30
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"git": {
|
|
"inline_blame": {
|
|
"show_commit_summary": true
|
|
}
|
|
},
|
|
"disable_ai": false,
|
|
"buffer_line_height": "comfortable",
|
|
"terminal": {
|
|
"dock": "bottom"
|
|
},
|
|
"collaboration_panel": {
|
|
"dock": "right"
|
|
},
|
|
"features": {
|
|
"edit_prediction_provider": "none"
|
|
},
|
|
"ssh_connections": [],
|
|
"telemetry": {
|
|
"diagnostics": false,
|
|
"metrics": false
|
|
},
|
|
"soft_wrap": "editor_width",
|
|
"ui_font_size": 16,
|
|
"buffer_font_size": 14.0,
|
|
"ui_font_family": "IBM Plex Sans",
|
|
"buffer_font_family": "Helvetica",
|
|
"tab_size": 4,
|
|
"format_on_save": "on",
|
|
"theme": {
|
|
"mode": "dark",
|
|
"light": "Base16 Monokai",
|
|
"dark": "Base16 Monokai"
|
|
},
|
|
"languages": {
|
|
"PHP": {
|
|
"language_servers": ["intelephense", "!phpactor"],
|
|
"enable_language_server": true,
|
|
"formatter": "language_server",
|
|
"format_on_save": "off",
|
|
},
|
|
"JavaScript": {
|
|
"tab_size": 4,
|
|
},
|
|
"Python": {
|
|
"tab_size": 4,
|
|
},
|
|
"yaml": {
|
|
"format_on_save": "off",
|
|
"tab_size": 4,
|
|
}
|
|
},
|
|
}
|