dotfiles/data/zed/settings.json

22 lines
472 B
JSON
Raw Normal View History

2024-06-25 09:29:51 +00:00
{
"theme": "Catppuccin Mocha",
"ui_font_size": 16,
"ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 16,
"buffer_font_family": "Iosevka Pacman",
"soft_wrap": "preferred_line_length",
"vim_mode": true,
2024-07-30 05:39:12 +00:00
"restore_on_startup": "none",
"assistant": {
"version": "1",
"provider": {
"default_model": {
2024-07-31 15:01:25 +00:00
"name": "codellama:latest",
2024-07-30 05:39:12 +00:00
"max_tokens": 2048,
"keep_alive": -1
},
"name": "ollama"
}
}
2024-06-25 09:29:51 +00:00
}