Zed was fun, but I'm back on vim.
This commit is contained in:
parent
cc1f98c693
commit
92b8c8ad0b
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,8 +1,4 @@
|
|||||||
**/lazy-lock.json
|
**/lazy-lock.json
|
||||||
**/.netrwhist
|
**/.netrwhist
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
**/zed/.tmp*
|
**/.zsh_history
|
||||||
**/zed/embeddings
|
|
||||||
**/zed/keymap.json
|
|
||||||
**/zed/prompts
|
|
||||||
**/.zsh_history
|
|
||||||
|
@ -1,72 +0,0 @@
|
|||||||
{
|
|
||||||
"assistant": {
|
|
||||||
"enabled": false,
|
|
||||||
"button": false,
|
|
||||||
"version": "2"
|
|
||||||
},
|
|
||||||
"buffer_font_family": "RobotoMono Nerd Font",
|
|
||||||
"buffer_font_size": 14,
|
|
||||||
"chat_panel": {
|
|
||||||
"button": false
|
|
||||||
},
|
|
||||||
"collaboration_panel": {
|
|
||||||
"button": false
|
|
||||||
},
|
|
||||||
"cursor_blink": false,
|
|
||||||
"ensure_final_newline_on_save": false,
|
|
||||||
"features": {
|
|
||||||
"inline_completion_provider": "none"
|
|
||||||
},
|
|
||||||
"file_types": {
|
|
||||||
"YAML": ["gotmpl"]
|
|
||||||
},
|
|
||||||
"format_on_save": false,
|
|
||||||
"git": {
|
|
||||||
"inline_blame": {
|
|
||||||
"enabled": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification_panel": {
|
|
||||||
"button": false
|
|
||||||
},
|
|
||||||
"outline_panel": {
|
|
||||||
"button": false
|
|
||||||
},
|
|
||||||
"projects_online_by_default": false,
|
|
||||||
"remove_trailing_whitespace_on_save": true,
|
|
||||||
"show_call_status-icon": false,
|
|
||||||
"soft_wrap": "editor_width",
|
|
||||||
"tabs": {
|
|
||||||
"file_icons": true,
|
|
||||||
"git_status": true
|
|
||||||
},
|
|
||||||
"tab_bar": {
|
|
||||||
"show_nav_history_buttons": false
|
|
||||||
},
|
|
||||||
"telemetry": {
|
|
||||||
"diagnostics": false,
|
|
||||||
"metrics": false
|
|
||||||
},
|
|
||||||
"terminal": {
|
|
||||||
"blinking": "off",
|
|
||||||
"button": false,
|
|
||||||
"copy_on_select": true,
|
|
||||||
"font_family": "RobotoMono Nerd Font",
|
|
||||||
"font_size": 14,
|
|
||||||
"toolbar": {
|
|
||||||
"title": false
|
|
||||||
},
|
|
||||||
"working_directory": "first_project_directory"
|
|
||||||
},
|
|
||||||
"theme": {
|
|
||||||
"dark": "Ayu Dark",
|
|
||||||
"light": "Ayu Light",
|
|
||||||
"mode": "system"
|
|
||||||
},
|
|
||||||
"toolbar": {
|
|
||||||
"breadcrumbs": false,
|
|
||||||
"quick_actions": false
|
|
||||||
},
|
|
||||||
"vim_mode": true,
|
|
||||||
"ui_font_size": 16
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user