Added zed config

This commit is contained in:
Eduard Urbach 2024-07-11 23:56:03 +02:00
parent 2430319001
commit aef5bc74b2
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 58 additions and 1 deletions

56
.config/zed/settings.json Normal file
View File

@ -0,0 +1,56 @@
{
"assistant": {
"enabled": false,
"version": "1"
},
"buffer_font_family": "UbuntuMono Nerd Font",
"buffer_font_size": 18,
"buffer_line_height": "standard",
"chat_panel": {
"button": false
},
"collaboration_panel": {
"button": false
},
"current_line_highlight": "none",
"ensure_final_newline_on_save": false,
"features": {
"inline_completion_provider": "none"
},
"git": {
"inline_blame": {
"enabled": false
}
},
"gutter": {
"code_actions": false,
"folds": false,
"line_numbers": false,
"runnables": false
},
"hard_tabs": true,
"indent_guides": {
"enabled": false
},
"notification_panel": {
"button": false
},
"scroll_beyond_last_line": "off",
"show_wrap_guides": false,
"tab_size": 4,
"terminal": {
"button": false,
"line_height": "standard"
},
"ui_font_family": "Ubuntu Nerd Font",
"ui_font_size": 16,
"theme": {
"mode": "dark",
"light": "monokai Darker Classic",
"dark": "monokai Darker Classic"
},
"toolbar": {
"breadcrumbs": false,
"quick_actions": false
}
}

3
.gitignore vendored
View File

@ -20,4 +20,5 @@
!/.config/tmux
!/.config/vscode
!/.config/waybar
!/.config/wlogout
!/.config/wlogout
!/.config/zed