44 lines
851 B
JSON
Raw Normal View History

2024-07-11 23:56:03 +02:00
{
"buffer_font_family": "UbuntuMono Nerd Font",
2024-07-22 09:37:50 +02:00
"buffer_font_size": 17,
2024-07-11 23:56:03 +02:00
"buffer_line_height": "standard",
"current_line_highlight": "none",
"ensure_final_newline_on_save": false,
2025-01-21 09:55:39 +01:00
"hard_tabs": true,
"scroll_beyond_last_line": "off",
"show_wrap_guides": false,
"tab_size": 4,
"ui_font_family": "Ubuntu Nerd Font",
"ui_font_size": 16,
2024-07-11 23:56:03 +02:00
"features": {
"inline_completion_provider": "none"
},
"git": {
"inline_blame": {
"enabled": false
}
},
"gutter": {
"code_actions": false,
"folds": false,
"line_numbers": false,
"runnables": false
},
"indent_guides": {
"enabled": false
},
"terminal": {
2025-01-21 09:55:39 +01:00
// "button": false,
2024-07-11 23:56:03 +02:00
"line_height": "standard"
},
"theme": {
"mode": "dark",
2024-08-10 17:36:39 +02:00
"light": "Zedokai Darker Classic",
2024-07-22 09:37:50 +02:00
"dark": "Zedokai Darker Classic"
2024-07-11 23:56:03 +02:00
},
"toolbar": {
"breadcrumbs": false,
"quick_actions": false
}
}