config(nvim): welcome ai

main
sudo pacman -Syu 2024-07-30 01:43:24 +07:00
parent 1c74fb8004
commit f2d485de4e
1 changed files with 12 additions and 0 deletions

View File

@ -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 = {