mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
52 lines
957 B
JSON
52 lines
957 B
JSON
{
|
|
"terminal": {
|
|
"dock": "bottom"
|
|
},
|
|
"collaboration_panel": {
|
|
"dock": "right"
|
|
},
|
|
"features": {
|
|
"edit_prediction_provider": "none"
|
|
},
|
|
"ssh_connections": [
|
|
{
|
|
"host": "se-live",
|
|
"projects": [
|
|
{
|
|
"paths": ["/var/www/html/student_edge_admin"]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"host": "se-gcp",
|
|
"projects": [
|
|
{
|
|
"paths": ["/var/www/qa/student_edge_admin"]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"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"],
|
|
"format_on_save": "off"
|
|
}
|
|
}
|
|
}
|