Added zed config
This commit is contained in:
parent
2430319001
commit
aef5bc74b2
56
.config/zed/settings.json
Normal file
56
.config/zed/settings.json
Normal 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
3
.gitignore
vendored
@ -20,4 +20,5 @@
|
||||
!/.config/tmux
|
||||
!/.config/vscode
|
||||
!/.config/waybar
|
||||
!/.config/wlogout
|
||||
!/.config/wlogout
|
||||
!/.config/zed
|
Loading…
Reference in New Issue
Block a user