chore: add zed

main
sudo pacman -Syu 2023-06-19 23:45:43 +07:00
parent 5c3fcba56d
commit 921f9c022c
2 changed files with 21 additions and 0 deletions

View File

@ -53,3 +53,7 @@ external = "~/.config/zellij"
[[apps.gdu.paths]]
internal = "data/gdu"
external = "~/.config/gdu"
[[apps.zed.paths]]
internal = "data/zed/settings.json"
external = "~/.config/zed/settings.json"

17
data/zed/settings.json Normal file
View File

@ -0,0 +1,17 @@
{
"telemetry": {
"diagnostics": false,
"metrics": false
},
"base_keymap": "VSCode",
"theme": "Rosé Pine Moon",
"buffer_font_family": "Jetbrains Mono",
"buffer_font_features": {
"ss02": true,
"cv18": true,
"cv20": true
},
"buffer_font_size": 16,
"soft_wrap": "preferred_line_length",
"autosave": "on_focus_change"
}