config(nvim): show all
parent
e2431580f6
commit
8f6c11468e
|
@ -297,13 +297,7 @@ require("lazy").setup({
|
|||
"\\.bin$",
|
||||
"\\.class$",
|
||||
"\\.exe$",
|
||||
"\\.hex$",
|
||||
"\\.jpeg$",
|
||||
"\\.jpg$",
|
||||
"\\.out$",
|
||||
"\\.pdf$",
|
||||
"\\.png$",
|
||||
"\\.zip$",
|
||||
"^\\.DS_Store$",
|
||||
"^\\.git$",
|
||||
"^\\.idea$",
|
||||
|
@ -668,7 +662,7 @@ require("lazy").setup({
|
|||
"David-Kunz/gen.nvim",
|
||||
config = function()
|
||||
require("gen").setup({
|
||||
model = "codellama",
|
||||
model = "codellama:latest",
|
||||
display_mode = "split",
|
||||
show_model = true,
|
||||
})
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"version": "1",
|
||||
"provider": {
|
||||
"default_model": {
|
||||
"name": "codegemma",
|
||||
"name": "codellama:latest",
|
||||
"max_tokens": 2048,
|
||||
"keep_alive": -1
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue