config(zed): some tweak
parent
fc1696b610
commit
3ffae85a70
|
@ -60,3 +60,4 @@ https://nyaa.si/?f=0&c=1_2&q=conan+movie&page=rss "~Conan movie"
|
|||
https://nyaa.si/?f=0&c=1_4&q=conan+movie&page=rss "~Conan movie raw"
|
||||
https://nyaa.si/?f=0&c=3_1&q=Detective+Conan&page=rss "~Conan manga"
|
||||
https://nyaa.si/?f=0&c=3_1&q=one+piece&page=rss "~One Piece manga"
|
||||
http://fitgirl-repacks.site/feed/
|
||||
|
|
|
@ -717,7 +717,7 @@ require("lazy").setup({
|
|||
"David-Kunz/gen.nvim",
|
||||
config = function()
|
||||
require("gen").setup({
|
||||
model = "mistral:latest",
|
||||
model = "qwen2.5-coder:1.5b",
|
||||
display_mode = "split",
|
||||
show_model = true,
|
||||
})
|
||||
|
|
|
@ -1,21 +1,17 @@
|
|||
{
|
||||
"language_models": {
|
||||
"ollama": {}
|
||||
},
|
||||
"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",
|
||||
"preferred_line_length": 120,
|
||||
"vim_mode": true,
|
||||
"show_call_status_icon": false,
|
||||
"projects_online_by_default": false,
|
||||
"restore_on_startup": "none",
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "ollama",
|
||||
"model": "mistral:latest"
|
||||
},
|
||||
"version": "2",
|
||||
"provider": null
|
||||
"enabled": false,
|
||||
"version": "1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue