config(nvim): welcome ai
parent
1c74fb8004
commit
f2d485de4e
|
@ -662,6 +662,18 @@ require("lazy").setup({
|
|||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- https://github.com/David-Kunz/gen.nvim
|
||||
{
|
||||
"David-Kunz/gen.nvim",
|
||||
config = function()
|
||||
require("gen").setup({
|
||||
model = "codellama",
|
||||
display_mode = "split",
|
||||
show_model = true,
|
||||
})
|
||||
end,
|
||||
},
|
||||
}, {
|
||||
performance = {
|
||||
rtp = {
|
||||
|
|
Loading…
Reference in New Issue